eBay · Schema
CreateVideoRequest
The request to create a video, which must contain the video's title, size, and classification. Description is an optional field when creating videos.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| classification | array | The intended use for this video content. Currently, videos can only be added and associated with eBay listings, so the only supported value is ITEM. |
| description | string | The description of the video. |
| size | integer | The size, in bytes, of the video content. Max: 157,286,400 bytes |
| title | string | The title of the video. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateVideoRequest",
"title": "CreateVideoRequest",
"type": "object",
"properties": {
"classification": {
"type": "array",
"description": "The intended use for this video content. Currently, videos can only be added and associated with eBay listings, so the only supported value is <code>ITEM</code>.",
"items": {
"type": "string",
"description": " For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/media/types/api:Classification'>eBay API documentation</a>"
}
},
"description": {
"type": "string",
"description": "The description of the video."
},
"size": {
"type": "integer",
"description": "The size, in bytes, of the video content. <br><br><b>Max:</b> 157,286,400 bytes",
"format": "int32"
},
"title": {
"type": "string",
"description": "The title of the video."
}
},
"description": "The request to create a video, which must contain the video's <b>title</b>, <b>size</b>, and <b>classification</b>. <b>Description</b> is an optional field when creating videos."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-createvideorequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.