Picsart API Platform

Picsart API Platform

Every generative model, one API

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

169+ 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('seedream-5.0-pro', {
  prompt: 'A serene mountain lake at golden hour',
});

console.log(result.url);

Generate across every modality

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

🖼️

70

Image

Generate and edit images.

🎬

74

Video

Generate video from text, images, or video.

🎵

20

Audio

Speech, music, and sound effects.

💬

5

Text

LLM text generation and understanding.

Fresh from the catalog

The latest models, ready to call today.

All 169 models →

Seedream 5.0 Pro

Seedream · Image

ElevenLabs Music v2

ElevenLabs · Audio

Nano Banana 2 Lite

Google · Image

Picsart Angle Change

Picsart · Image

Seedance 2.0 Mini

Seedance · Video

Seedance 2.0 Mini Video Edit

Seedance · Video

Seedance 2.0 Mini Video Extend

Seedance · Video

Gemini Omni

Google · Video

Start building in minutes

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