API.Video Videos API
The Videos API from API.Video — 8 operation(s) for videos.
The Videos API from API.Video — 8 operation(s) for videos.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.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.curl "https://apis.io/api/v1/apis/api-video-videos-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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.
openapi: 3.2.0
info:
title: api.video Videos API
version: 1.0.0
description: api.video is a video infrastructure platform offering APIs for video on demand, live streaming, analytics, and AI-powered features. This minimal OpenAPI was generated from the public reference documentation and covers the documented Videos endpoints.
servers:
- url: https://ws.api.video
description: Production
tags:
- name: Videos
paths:
/videos:
get:
summary: List videos
operationId: listVideos
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
post:
summary: Create video
operationId: createVideo
requestBody:
content:
application/json:
schema:
type: object
responses:
'201':
description: Created
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/upload:
post:
summary: Upload video
operationId: uploadVideo
requestBody:
content:
multipart/form-data:
schema:
type: object
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/thumbnail:
post:
summary: Upload thumbnail
operationId: uploadThumbnail
requestBody:
content:
multipart/form-data:
schema:
type: object
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
patch:
summary: Update thumbnail
operationId: updateThumbnail
requestBody:
content:
application/json:
schema:
type: object
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/{id}:
parameters:
- name: id
in: path
required: true
schema:
type: string
get:
summary: Get video
operationId: getVideo
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
delete:
summary: Delete video
operationId: deleteVideo
responses:
'204':
description: No Content
tags:
- Videos
patch:
summary: Update video
operationId: updateVideo
requestBody:
content:
application/json:
schema:
type: object
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/discarded:
get:
summary: List discarded videos
operationId: listDiscardedVideos
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/discarded/{id}:
parameters:
- name: id
in: path
required: true
schema:
type: string
get:
summary: Get discarded video
operationId: getDiscardedVideo
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
patch:
summary: Update discarded video
operationId: updateDiscardedVideo
requestBody:
content:
application/json:
schema:
type: object
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/{id}/status:
parameters:
- name: id
in: path
required: true
schema:
type: string
get:
summary: Get video status
operationId: getVideoStatus
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
tags:
- Videos
/videos/upload-token:
post:
summary: Create upload token
operationId: createUploadToken
requestBody:
content:
application/json:
schema:
type: object
responses:
'201':
description: Created
content:
application/json:
schema:
type: object
tags:
- Videos
x-generated-from: https://docs.api.video/reference
x-generated-by: claude-crawl-2026-05-08