Skip to main content
POST
/
collections
Create a content collection
curl --request POST \
  --url https://api.fanvue.com/collections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>' \
  --data '
{
  "label": "string"
}
'
{
  "uuid": "550e8400-e29b-41d4-a716-446655440000",
  "label": "Behind the scenes",
  "createdAt": "2025-01-15T10:30:00.000Z"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Body

application/json
label
string
required

Label for the new collection

Required string length: 1 - 100

Response

Collection created

uuid
string<uuid>
required

Unique identifier of the collection

label
string
required

Display label of the collection

createdAt
string<date> | null
required

When the collection was created