Skip to main content
POST

Authorizations

Authorization
string
header
required

Pass your Soundlink sk_* API key as a Bearer token: Authorization: Bearer sk_<prefix>_<token> (not an OAuth token; see oauthBearer for that). Accepted on all Public API operations. Send only one Authorization header per request.

Body

application/json

Provide either url (single) or videos (batch of 1–5). Do not send both.

url
string<uri>

Public HTTPS URL to an MP4 file (max 70 MB). Mutually exclusive with videos.

videos
object[]

Batch of video URLs. Mutually exclusive with url.

Required array length: 1 - 5 elements

Response

Duplicate video already in the organization's library (sync legacy path only)

data
object
required
meta
object
required