GET
/
pub
/
v1
/
generations
/
{generation_id}
/
images
/
{image_id}
/
status
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": {}
}

This api is deprecating soon.
Use the more generic Get Media end-point to get detailed generation status of any media.

Headers

X-API-KEY
string
required

API key needed to access our public endpoints. You can find yours under the 'Account' section of the website

Path Parameters

generation_id
string
required

The id of the generation

image_id
string
required

The id of the image

Response

200 - application/json
The id of the image along with status
data
object
err
object

The error if the request was not successful