v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Tailored Generation

Get Image by ID

Retrieve full image information including caption (which naturally continues the dataset's caption_prefix), caption source (automatic/manual/unknown), image name, URL and thumbnail URL, dataset ID, and timestamps.

get/tailored-gen/datasets/{dataset_id}/images/{image_id}

Path parameters

dataset_idstring required

Dataset ID

image_idinteger required

Image ID

Headers

api_tokenstring required

Response

Successfully retrieved image

idinteger

Unique identifier for the image

dataset_idinteger

ID of the dataset this image belongs to

captionstring

Caption describing the image

caption_source'automatic' | 'manual' | 'unknown'

Source of the caption. 'unknown' value only appears for images that were uploaded using an old version of Tailored Generation.

image_namestring

Name of the image

image_urlstring

URL of the original image file

thumbnail_urlstring

URL of the image thumbnail

created_atstring date-time

Timestamp when the image was created

updated_atstring date-time

Timestamp when the image was last updated