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