GET
/
runway
/
task
/
{taskId}
curl -X GET https://www.anyfast.ai/runway/task/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"
Query the status of a Runway video generation task (free).

Path Parameters

taskId
string
required
Task ID.
curl -X GET https://www.anyfast.ai/runway/task/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"