v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
images

List image collections

This endpoint lists your collections of images and their basic attributes.

get/v2/images/collections

Query parameters

embedstring[]

Which sharing information to include in the response, such as a URL to the collection

pageinteger

Page number

per_pageinteger

Number of results per page

Response

OK

messagestring

Server-generated message, if any

pageinteger

The current page of results

per_pageinteger

The number of results per page

total_countinteger

The total number of results across all pages

Example response

{
  "data": [
    {
      "id": "293542904",
      "name": "My collection",
      "total_item_count": 85,
      "items_updated_time": "2021-05-20T16:15:22-04:00",
      "cover_item": {
        "id": "297886754"
      }
    }
  ],
  "page": 1,
  "per_page": 100,
  "total_count": 1
}