Recent usage
Read the latest 100 processing and AI-edit ledger records for your account. Error records show the original reservation; the reservation has been returned.
GET
/api/usageAuthenticate 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",
"quality": "fast",
"status": "done",
"credits": 1,
"created": 1789052400
}
]Errors use a structured error.code and error.message. See error handling →