Get Video
API endpoint to fetch a single video
Our API to fetch videos is not optimized for real-time usage within a production environment.
To enhance the efficiency of your video retrieval process, we recommend that you fetch the video links using the API and store them in a database. By employing this method, you can seamlessly access your video links from the database and stream them as needed.
It is important to note that our video API is subject to a rate limit. Therefore, we strongly advise against using it for video retrieval immediately before playback within a production environment.
Get a Single Video
This endpoint will return a single video with the provided video Id.
GET
https://api.dyntube.com/v1/videos/{id}
Path Parameters
id*
String
Video Id. This is NOT the same as channelKey
that is provided in the embed code. This is normally provided in the video list through API or through the dashboard.
C# Sample
Node.js
Python
PHP
A video status3
means that the video is published. See more details here.
Last updated