v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
images

Create image collections

This endpoint creates one or more image collections (lightboxes). To add images to the collections, use POST /v2/images/collections/{id}/items.

post/v2/images/collections

Request body

namestring required

The name of the collection

Example request

{
  "name": "Test Collection 19cf"
}

Response

Successfully created image collection

idstring required

ID of the new collection

Example response

{
  "id": "48433105"
}