FastPic
GET

Retrieve an image

Return metadata for a single image by its public-id.

The image must be owned by the API key making the request. Soft-deleted images return 404.

GET/v1/images/{publicId}
Authentication
Send your API key as a Bearer token.

Path parameters

FieldTypeDescription
publicIdstringPublic identifier returned at upload time.

Returns

Schema unavailable for response.

Errors

StatusDescription
401Missing or invalid API key.
404Image not found or not owned by this key.
429Rate limit exceeded.