cURL
curl --request GET \ --url https://beta-platform.neza.video/api/openapi/status \ --header 'Authorization: Bearer <token>'
{ "status": "processing" }
Poll the latest status of a workflow or webapp task.
Documentation IndexFetch the complete documentation index at: https://docs.neza.video/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neza.video/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an API key inside the Neza console and pass it as a Bearer token.
Identifier returned from the create/run endpoints.
Current status
One of pending, processing, completed, or failed.
pending
processing
completed
failed