cURL
curl --request GET \ --url https://api.rendernet.ai/pub/v1/generations/{generation_id}/status \ --header 'X-API-KEY: <x-api-key>'
{ "data": [ { "image_id": "img_01", "status": "success" } ], "err": {} }
The generation status endpoint lets users check the status of a generation using its id.
Get Generation
API key needed to access our public endpoints. You can find yours under the 'Account' section of the website
The id of the generation
A list of statuses of the images
Show child attributes
The id of the image
"img_01"
The status of the image
success
failed
censored
"success"
The error if the request was not successful
Was this page helpful?