Generations
Image Status (Deprecating)
The image status endpoint lets users check the status of a specific image within a generation.
GET
/
pub
/
v1
/
generations
/
{generation_id}
/
images
/
{image_id}
/
status
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
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
image_id
string
requiredThe id of the image
Response
200 - application/json
data
object
err
object
The error if the request was not successful
Was this page helpful?