Skip to main content
GET
Generation Status
Poll the status of an async generation. Video, music, and some image models process asynchronously — they return a generation ID immediately and you poll until complete.
integer
required
The integer ID returned from POST /api/v2/generate.

Request

Responses

Pending:
Completed:
Failed (no tokens charged):

Polling Pattern

Tokens are deducted only on status: completed. If generation fails, your balance is not charged.

Typical Wait Times