Picsart API Platform

Picsart API Platform

Every generative model, one API

Build with 177+ image, video, audio & text models from 31 providers — through the type-safe @picsart/ai-sdk, the REST API, the gen-ai CLI, or any MCP agent.

177+ models·31 providers·4 modalities·pay per generation
📦

Type-safe SDK

One generate() call with full TypeScript types for every model and parameter.

🔌

REST API

Call the same workflows over HTTP from any language or runtime.

⌨️

gen-ai CLI

Generate, script, and automate from your terminal — with cost quotes.

🤖

MCP & Skills

Generate from Claude Code, Cursor, and any MCP-compatible agent.

One catalog, four interfaces

Every model runs through the same call — swap models by changing a single id. Reach the catalog however you build.

  • Consistent parameters across the SDK, REST API, and CLI
  • A cost quote before you spend a credit
  • Sync for fast models, async polling for long-running jobs
Read the quickstart →
ts
import { createClient } from '@picsart/ai-sdk';

const ai = createClient({
  apiKey: process.env.PICSART_API_KEY,
  apiUrl: 'https://api.picsart.com',
});

const result = await ai.generate('grok-imagine-image-2.0', {
  prompt: 'A serene mountain lake at golden hour',
});

console.log(result.url);

Generate across every modality

Image, video, audio, and text — from one account.

🖼️

66

Image

Generate and edit images.

🎬

80

Video

Generate video from text, images, or video.

🎵

23

Audio

Speech, music, and sound effects.

💬

8

Text

LLM text generation and understanding.

Fresh from the catalog

The latest models, ready to call today.

All 177 models →

Gemini 3.7 Flash

Google · Text

Grok Imagine 2.0

Grok · Image

MiniMax Music v3

MiniMax · Audio

Picsart Effects

Picsart · Image

Picsart Effects Video

Picsart · Video

Recraft V4 Styles

Recraft · Image

Recraft V4 Styles Pro

Recraft · Image

Recraft V4 Styles Pro Vector

Recraft · Image

Start building in minutes

Grab an API key and run your first generation with a few lines of code — no infrastructure to manage.