Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of videos to add. Maximum 10 media can be added per request
Examples:
{
"external_id": "video_1",
"title": "My Video1",
"url": "https//example.com/video1.mp4"
}{
"external_id": "video_2",
"title": "My Video2",
"url": "https//example.com/video2.mp4"
}Response
Successful Response