Get image
Authorizations
Path parameters
idstringRequired
The unique ID of the image record to retrieve.
Responses
200
Successful response
application/json
Responseany of
Details of the requested image record.
or
or
or
or
or
or
or
or
or
or
or
or
or
400
Invalid request
application/json
get
GET /api/v1/images/{id} HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": null,
"type": "text",
"state": "pending",
"created_at": "text",
"updated_at": null,
"prompt": "text",
"is_nsfw": true,
"aspect_ratio": "9:16",
"image_style_id": null
}
Last updated