Get Generation Status V2
AI Generation
Get Generation Status
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

