Skip to main content
POST
Index videos in a collection

Authorizations

Authorization
string
header
required

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

Body

application/json
collection_id
string
required

The ID of the collection to add the video to

Example:

"c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"

media_list
NewMediaItem · object[]
required

List of videos to add. Maximum 10 media can be added per request

Examples:

Response

Successful Response

media_list
MediaStub · object[]
required