Generate
Authorizations
x-api-keystringRequired
Body
modelstringRequired
Model name to use for generation
inputobjectRequired
Model-specific input parameters (varies by model)
webhookstring · uriOptional
URL where the job result will be sent upon completion
Responses
200
Generation job created successfully
application/json
400
Invalid request or generation failed
application/json
401
Unauthorized - Invalid or missing API key
application/json
500
Internal server error
application/json
post
/generateAuthorizations
x-api-keystringRequired
Query parameters
jobIdstringRequired
Unique job identifier
Responses
200
Job details retrieved successfully
application/json
400
Invalid request or missing jobId
application/json
401
Unauthorized - Invalid or missing API key
application/json
404
Job not found
application/json
500
Internal server error
application/json
get
/getLast updated