Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

API.Video Videos API

The Videos API from API.Video — 8 operation(s) for videos.

API.Video Videos API is one of 3 APIs that API.Video publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Videos. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 13 operations across 8 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://ws.api.video.

13 operations 8 paths 0 schemas 1 DELETE5 GET3 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://ws.api.video
Resource Areas
1

Paths & Operations 13

Across 8 paths, the API surfaces 13 operations — 1 DELETE, 5 GET, 3 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Videos 13
GET
/videos
List videos
listVideos → 200
POST
/videos
Create video
createVideo body → 201
POST
/videos/upload
Upload video
uploadVideo body → 200
POST
/videos/thumbnail
Upload thumbnail
uploadThumbnail body → 200
PATCH
/videos/thumbnail
Update thumbnail
updateThumbnail body → 200
GET
/videos/{id}
Get video
getVideo 1 param → 200
DELETE
/videos/{id}
Delete video
deleteVideo 1 param → 204
PATCH
/videos/{id}
Update video
updateVideo 1 param body → 200
GET
/videos/discarded
List discarded videos
listDiscardedVideos → 200
GET
/videos/discarded/{id}
Get discarded video
getDiscardedVideo 1 param → 200
PATCH
/videos/discarded/{id}
Update discarded video
updateDiscardedVideo 1 param body → 200
GET
/videos/{id}/status
Get video status
getVideoStatus 1 param → 200
POST
/videos/upload-token
Create upload token
createUploadToken body → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

api-video-videos-api-openapi.yml Raw ↑

Other APIs API.Video publishes across the network.

api.video Live Streaming API
api.video Analytics API