Welcome to the Neza Ready-to-use API documentation. These endpoints let you launch workflows, run published AI apps, and monitor or cancel queued tasks programmatically. Every route underDocumentation Index
Fetch the complete documentation index at: https://docs.neza.video/docs/llms.txt
Use this file to discover all available pages before exploring further.
/api/openapi requires an API key that you can create from your Neza account.
OpenAPI specification
The Mintlify playground below is powered by this OpenAPI file.
Base URL
- All endpoints live under the
/openapiprefix (for examplePOST /api/openapi/webapp/run).
Authentication
Every request must include anAuthorization header that contains your API key:
401 response with an error message.
Available capabilities
- Account snapshot – inspect the wallet balance and how many workflow tasks you currently have in the queue.
- Workflow execution – trigger a workflow directly by passing the
workflowIdand its variable values. - Webapp execution – reuse a published AI application by referencing its
webappId. - Task management – poll task status, fetch generated files, or cancel a long running job.