Skip to main content
GET
/
openapi
/
outputs
Get task outputs
curl --request GET \
  --url https://platform.neza.video/api/openapi/outputs \
  --header 'Authorization: Bearer <token>'
{
  "outputs": [
    {
      "filename": "<string>",
      "preview_url": "<string>",
      "type": "<string>",
      "format": "<string>"
    }
  ]
}

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

Generated artifacts

outputs
object[]