/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). - Use the sandbox server
http://localhost:3000/apiwhile testing locally.
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.