Skip to main content

Important: Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made by EU/UK sellers. Please refer to Digital Signatures for APIs to learn more on the impacted APIs and the process to create signature to be included in the HTTP payload.

The Media API allows sellers to create, upload, and fetch videos.

video

Method NameHTTP MethodPathSummarySamples
createVideoPOST/videoCreates a video based on given metadata.View createVideo - /video
getVideoGET/video/{video_id}Retrieves a video based on given video ID.View getVideo - /video/{video_id}
uploadVideoPOST/video/{video_id}/uploadUploads a video based on a provided video input source file and video ID.View uploadVideo - /video/{video_id}/upload