Skip to main content
GET
/
api
/
v1
/
images
List User Images
curl --request GET \
  --url https://api.primeintellect.ai/api/v1/images \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "imageName": "<string>",
      "imageTag": "<string>",
      "status": "PENDING",
      "createdAt": "2023-11-07T05:31:56Z",
      "fullImagePath": "<string>",
      "errorMessage": "<string>",
      "sizeBytes": 123,
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "pushedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "status": "<string>"
}

Rate Limit

300 requests per 60 seconds per IP and token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

data
ImageResponse · object[] | null

Response data

status
string | null

Response status