Skip to main content
GET
/
api
/
images
List images
curl --request GET \
  --url https://app.demandiq.com/api/images
{
  "images": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fileName": "<string>",
      "originalFileName": "<string>",
      "mimeType": "<string>",
      "fileSize": 123,
      "width": 123,
      "height": 123,
      "s3Url": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "limit": 123,
    "offset": 123,
    "count": 123
  }
}

Query Parameters

limit
integer
default:50
offset
integer
default:0

Response

200 - application/json

Paginated image list

images
object[]
pagination
object