Overview
After creating a video, use the returneduuid to poll for progress. The endpoint accepts the same X-API-Key you used to create the job.
Your
API_BASE is shown in the Developer tab of your dashboard. The default production base is https://api.knowlify.com.Authentication
Send your key in theX-API-Key header — the same key (personal or organization) that created the job.
Path parameters
The job ID returned in
results[].uuid from POST /v1/videos.Code examples
Response
The job ID (echoes the path parameter).
Current pipeline stage. One of:
pending, queued, voiceover, highlevel, lowlevel, scan_assets, generating_frames, complete, failed.true once rendering finished successfully.true if the job stopped due to an unrecoverable error. Inspect error_message.Human-readable failure reason.
null on healthy jobs.The original
task prompt for this job (echoed for convenience).ISO-8601 timestamp when the job was first queued.
ISO-8601 timestamp of the last status change. Use this to detect stalled jobs.
Example response (mid-render)
Example response (complete)
Limits & errors
- The same 30 requests / 60 seconds rate limit applies to polling. See Rate Limits.
- Full status code reference: Errors.
