Skip to content

REST API

The Picsart REST API exposes the same 174 models as the CLI and MCP server over plain HTTP. Use it from Python, Ruby, Go, or any language that can make an HTTP request.

Full documentation, endpoint reference, and code examples live on the API platform:

picsart.com/api-platform/docs/api-reference

Quick reference

Base URLhttps://api.picsart.com/gw-v2
AuthAPI key — Authorization: Bearer <PICSART_API_KEY>
SyncPOST /workflows/{workflow}/execute
AsyncPOST /workflows/{workflow}/submit + GET /workflows/{workflow}/{id}/result

Get your API key from picsart.com/settings. See Authentication for details. If you are in Node.js or TypeScript, the SDK wraps this API with type-safe helpers. See Which tool is right for me? to compare all interfaces.

Built on @picsart/ai-sdk · gen-ai CLI · Picsart MCP · Skills