Create image collections

POST {{baseUrl}}/v2/images/collections

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

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;101202664&quot;}