cURL
curl --request GET \ --url https://platform.neza.video/api/openapi/status \ --header 'Authorization: Bearer <token>'
{ "status": "processing" }
Poll the latest status of a workflow or webapp task.
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