Generations
Generation Status (Deprecating)
The generation status endpoint lets users check the status of a generation using its id.
GET
/
pub
/
v1
/
generations
/
{generation_id}
/
status
This api is deprecating soon.
Use the more generic Get Generation
end-point to get detailed status of any generation.
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Path Parameters
generation_id
string
requiredThe id of the generation
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
Was this page helpful?