Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
API Authentication
The best way to authenticate using our API is to use Bearer authentication. You will need to send a Authorization
header in all of your API requests. The value of the Authorization
header should be in this format Bearer[space-character]API_Key
Make your first request
To make your first request, send an authenticated request to the videos endpoint. This will list your videos.
GET
https://api.dyntube.com/v1/videos
This request will send you a video list in JSON format.
Postman Collection
If you use the Postman tool to test the APIs, you can get started quickly by downloading our collection that you can import into Postman.
Last updated