Picsart API Platform

Picsart API Platform

Every generative model, one API

Build with 209+ 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.

209+ 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.green-salad-4efd.toolsminati.workers.dev',
});

const result = await ai.generate('recraftv4_1_flash', {
  prompt: 'A serene mountain lake at golden hour',
});

console.log(result.url);

Generate across every modality

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

🖼️

67

Image

Generate and edit images.

🎬

90

Video

Generate video from text, images, or video.

🎵

25

Audio

Speech, music, and sound effects.

💬

27

Text

LLM text generation and understanding.

Fresh from the catalog

The latest models, ready to call today.

All 209 models →

LTX 2.3 Outpaint

LTX · Video

LTX 2.3 Reframe

LTX · Video

LTX 2.5 Fast

LTX · Video

LTX 2.5 Pro

LTX · Video

Creatify Boreal

Creatify · Video

Eleven Dialogue v3

ElevenLabs · Audio

MiniMax H3 Max Lip Sync

MiniMax · Video

Recraft V4.1 Flash

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.