GET
/
pub
/
v1
/
generations
/
media
/
{media_id}
curl --request GET \
  --url https://api.rendernet.ai/pub/v1/generations/media/{media_id} \
  --header 'X-API-KEY: <x-api-key>'
{
  "data": {
    "id": "media_01",
    "dim": {
      "height": 512,
      "width": 512
    },
    "type": "image",
    "status": "success",
    "url": "object-url"
  },
  "err": {}
}

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

media_id
string
required

The id of the media

Response

200 - application/json
Details of a media generation.
data
object
err
object

The error if the request was not successful