Skip to main content
GET
/
images
/
{id}
Get an image
curl --request GET \
  --url https://www.trybloom.ai/api/v1/images/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "prompt": "<string>",
    "description": "<string>",
    "imageUrl": "<string>",
    "width": 123,
    "height": 123,
    "variantGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "workspaceId": "<string>",
    "workspaceName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Image ID — works for generated, uploaded, and scraped images

Query Parameters

wait
default:false

Hold the connection until the resource reaches a terminal status

timeout
integer
default:120

Max seconds to wait (default 120, max 295)

Required range: 1 <= x <= 295

Response

OK

data
object
required