List images
Return your latest 100 unexpired images. This endpoint does not expose another account’s images.
GET
/api/jobsAuthenticate with
X-API-Key. Keep your key on your server; never embed it in a public website.Response
200 · Success[
{
"id": "image_id",
"name": "photo.jpg",
"status": "queued",
"quality": "fast",
"credits": 1,
"created": 1789052400,
"expires": 1789056000,
"original_url": "/api/files/image_id/original.png"
}
]Errors use a structured error.code and error.message. See error handling →