Skip to main content
GET
Get Generation Status V2
Retrieve the current status and results of a specific generation request.

Headers

string
required
Bearer token for authentication

Path Parameters

string
required
Unique generation identifier

Response

string
Generation unique identifier
string
Current status (pending, processing, completed, failed)
object
Generation result (when completed)
string
Error message (if failed)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

generation_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
status
string
required

Generation status: pending, processing, completed, failed

generated_image_url
string | null