Skip to main content
GET
Get image status

Authorizations

Authorization
string
header
required

API key with fl_ prefix, issued from the Fotolabs dashboard

Path Parameters

imageId
string<uuid>
required

Response

Image record.

imageId
string<uuid>
required
status
enum<string>
required
Available options:
pending,
processing,
completed,
failed
resultImageUrl
string<uri> | null
required

CloudFront URL of the processed JPEG. Non-null only when status is completed.

originalImageUrl
string<uri>
required

CloudFront URL of the original uploaded image.

errorMessage
string | null
required

Human-readable error. Non-null only when status is failed.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required