Skip to main content
POST
Move content between collections

Authorizations

Authorization
string
header
required

Developer API key from Dashboard → Settings → Developer API

Body

application/json
contentIds
string[]
required

Content item IDs to move. At least one. Malformed IDs are dropped rather than failing the whole move, and IDs the caller does not own are ignored.

Minimum array length: 1

UUID (v7).

Minimum string length: 1
collectionId
string | null
required

Target collection ID, or null to remove the items from any collection.

Response

Content moved

success
boolean
required