Skip to main content
GET
Get Generation Task
After creating a video task, call this endpoint with the returned task_id. Poll at a reasonable interval until the task reaches a terminal state; for production workloads, prefer callback_url on the create request.

Task statuses

Authorizations

Authorization
string
header
required

Use your APIPod API key as a Bearer token in the Authorization header.

Path Parameters

task_id
string
required

APIPod asynchronous task ID returned by the create endpoint.

Response

200 - application/json

Task status

code
integer
required

HTTP status code.

message
string
required

Response message.

Allowed value: "success"
data
object
required