Picsart API Platform
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.
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.
Every model runs through the same call — swap models by changing a single id. Reach the catalog however you build.
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);Image, video, audio, and text — from one account.
The latest models, ready to call today.
Grab an API key and run your first generation with a few lines of code — no infrastructure to manage.