Last updated 3 days ago
/images/{id}
The unique ID of the image record to retrieve.
curl -L \ --url 'https://shortgenius.com/api/v1/images/{id}' \ --header 'Authorization: Bearer JWT'
{ "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 }