eBay · Capability
eBay Media API — Video
eBay Media API — Video. 3 operations. Lead operation: Video. Self-contained Naftiko capability covering one Ebay business surface.
What You Can Do
POST
Createvideo
— This method creates a video. When using this method, specify the title, size, and classification of the video to be created. Description is an optional field for this method.
/v1/video
GET
Getvideo
— This method retrieves a video's metadata and content given a specified video ID. The method returns the title, size, classification, description, video ID, playList, status, status
/v1/video/{video-id}
POST
Uploadvideo
— This method associates the specified file with the specified video ID and uploads the input file. After the file has been uploaded the processing of the file begins.
/v1/video/{video-id}/upload
MCP Tools
this-method-creates-video-when
This method creates a video. When using this method, specify the title, size, and classification of the video to be created. Description is an optional field for this method.
this-method-retrieves-video-s-metadata
This method retrieves a video's metadata and content given a specified video ID. The method returns the title, size, classification, description, video ID, playList, status, status
read-only
idempotent
this-method-associates-specified-file
This method associates the specified file with the specified video ID and uploads the input file. After the file has been uploaded the processing of the file begins.