Skip to main content
POST
Create new collection
Collections organize your media files and provide a scope for search and other operations.
  • Collection IDs have a c- prefix (e.g., c-a1b2c3d4)
  • Use is_public=True to make collections accessible via ID without authentication
  • Each account has a “default” collection created automatically

Collection Management Guide

Complete guide to creating and managing collections

Upload Media

Add videos, audio, or images to your collection

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json
name
string
Example:

"My New Collection"

description
string
Example:

"Collection for my videos"

is_public
boolean
Example:

false

Response

200 - application/json

Collection created

success
boolean
Example:

true

data
object