Video API
Analytics
Audit logs
Categories
Folders
Identity providers
Transcribes
Videos
- GETList videos
- POSTCreate video
- GETFetch video
- DELDelete video
- PATCHUpdate video
- POSTCreate track
- DELDelete track
- POSTReplace thumbnail
- POSTCreate card
- DELDelete card
- PATCHUpdate card
- POSTCreate gate
- DELDelete gate
- PATCHUpdate gate
- POSTCreate hotspot
- DELDelete hotspot
- PATCHUpdate hotspot
- POSTCreate chapter
- DELDelete chapter
- PATCHUpdate chapter
List videos
Fetch all videos
curl --request GET \
--url https://api.vidbeo.com/v2/videos \
--header 'Authorization: Bearer <token>'
{
"success": true,
"result": [],
"links": {
"next": "https://api.vidbeo.com/v2/videos?limit=10&cursor=AbCdEfGhIJkLMnOpQrStUvWxYz"
},
"errors": []
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The maximum number of results to return
1 <= x <= 25
10
A cursor to fetch the next page of results
"AbCdEfGhIJkLMnOpQrStUvWxYz"
Response
true
21
"abcde12345abcde12345a"
vod
, stream
, event
"vod"
1 - 100
"Example"
200
"Example description"
"https://example.com/path/to/file.jpg"
"https://example.com/path/to/file.jpg"
30
public
, private
, password
, authenticated
"private"
21
"abcde12345abcde12345a"
de-DE
, en-AU
, en-GB
, en-US
, es-ES
, fr-FR
, it-IT
"en-US"
1 - 200
"English"
subtitles
, captions
"subtitles"
1 - 200
["example"]
true
21
"abcde12345abcde12345a"
all
, mature
"all"
false
equirectangular
"equirectangular"
de-DE
, en-AU
, en-GB
, en-US
, es-ES
, fr-FR
, it-IT
"en-US"
21
"abcde12345abcde12345a"
1 - 200
"Example"
"00:00:05"
"00:00:05"
false
"Example text"
"Bottom text"
"https://example.com"
[
{
"id": "abcde12345abcde12345a",
"name": "Example",
"show_at": "00:00:05",
"hide_at": "00:00:05",
"skip": false,
"top_text": "Example text",
"bottom_text": "Example text",
"link": "https://example.com"
}
]
21
"abcde12345abcde12345a"
1 - 200
"Example"
"00:00:05"
false
"Example text"
"Bottom text"
21
"abcde12345abcde12345a"
1 - 100
"abcde"
[
{
"id": "abcde12345abcde12345a",
"name": "Example",
"show_at": "00:00:05",
"skip": false,
"top_text": "Example text",
"bottom_text": "Example text",
"fields": [{ "label": "Email", "value": "email" }],
"connect_service_id": "abcde12345abcde12345a",
"connect_list_id": "abcde"
}
]
21
"abcde12345abcde12345a"
1 - 200
"Example"
"00:00:05"
"00:00:05"
25
25
link
"link"
"https://example.com"
_parent
, _blank
"_parent"
opaque
, translucent
, invisible
"translucent"
[
{
"id": "abcde12345abcde12345a",
"name": "Example",
"show_at": "00:00:05",
"hide_at": "00:00:05",
"x": 25,
"y": 25,
"action": "link",
"link": "https://example.com",
"target": "_parent",
"opacity": "translucent"
}
]
"https://example.com/page"
100
uploading
, preparing
, processing
, ready
, error
, live
, offline
"ready"
["example"]
"2024-01-01T00:00:00.000Z"
false
21
"abcde12345abcde12345a"
"00:00:30"
"00:01:30"
21
"abcde12345abcde12345a"
"2024-01-01T00:00:00.000Z"
21
"abcde12345abcde12345a"
"2024-01-01T00:00:00.000Z"
{}
[]
curl --request GET \
--url https://api.vidbeo.com/v2/videos \
--header 'Authorization: Bearer <token>'
{
"success": true,
"result": [],
"links": {
"next": "https://api.vidbeo.com/v2/videos?limit=10&cursor=AbCdEfGhIJkLMnOpQrStUvWxYz"
},
"errors": []
}