REST API

REpresentational State Transfer

Create video

POST https://videodocker.io/videos/

This endpoint allows you to create a new video.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

payload

object

APIKey

string

domainId

string

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Read video

GET https://videodocker.io/videos/:id

This endpoint allows you to retrieve a video.

Path Parameters

Name
Type
Description

id

string

Update video

PUT https://videodocker.io/videos/:id

This endpoint allows you to update an existing video.

Path Parameters

Name
Type
Description

id

string

Delete video

DELETE https://videodocker.io/videos/:id

This endpoint allows you to delete an existing video

Path Parameters

Name
Type
Description

id

string

Last updated

Was this helpful?