Images
Retrieving an image
Fetch metadata for a single generation by its UUID, without listing a whole bucket. Only generations owned by the calling API key are returned.
Endpoint
GET https://qaves.me/api/v1/images/generations/{id}Path parameters
idstringrequiredThe generation's UUID. Returned as
id from the create and list endpoints.Example
curl https://qaves.me/api/v1/images/generations/<uuid> \ -H "Authorization: Bearer sk_qu_YOUR_KEY"
Response
{
"id": "5f1b…",
"url": "https://qaves.me/api/i/5f1b….png",
"prompt": "A neon koi swimming through stars",
"bucket": "default",
"bucket_id": "9c7e…",
"is_public": false,
"bucket_link": null,
"created_at": 1747000000
}