Quickstart (2 minutes)
- Create your token: Go to your dashboard and go to “Settings” > “API Keys”.
- Create a workflow: POST
/api/workflowswith a prompt, allow-listed domains, and optional payload schema. This publishes version1immediately. - Execute it: POST
/api/workflows/{workflowId}/executewith an optionalinputPayload. - Track status: GET
/api/executions/{executionId}untilstatusiscompletedorfailed. Fetch video or artifacts when available.
