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 URL | https://api.picsart.com/gw-v2 |
| Auth | API key — Authorization: Bearer <PICSART_API_KEY> |
| Sync | POST /workflows/{workflow}/execute |
| Async | POST /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.