Skip to main content
GET
/
openapi
/
status
Get task status
curl --request GET \
  --url https://platform.neza.video/api/openapi/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "processing"
}

Authorizations

Authorization
string
header
required

Create an API key inside the Neza console and pass it as a Bearer token.

Query Parameters

taskId
string
required

Identifier returned from the create/run endpoints.

Response

Current status

status
string

One of pending, processing, completed, or failed.