Get Generation Task
Tasks
Query video task
Retrieve status, progress, results, and errors for an asynchronous video generation task by task_id.
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
Use your APIPod API key as a Bearer token in the Authorization header.
Path Parameters
APIPod asynchronous task ID returned by the create endpoint.