Poll generation status
GET/gen/task-status/:content_id
The current state of a content item's generation.
Poll every few seconds with a ceiling, not in a tight loop. Stop when
status reaches a terminal value — UPLOADED or any FAILED_*. On
failure, metadata.last_error carries the reason.
Request
Responses
- 200
- 401
- 403
- 404
Current status.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.