Video — entry 005 of 35
Dailymotion
Dailymotion's API exposes video search, metadata, and embedding for its general-audience video platform, with a separate Partner API for organizations doing content management and monetization. Basic reads of public video data work with just an API key — no OAuth required — while write actions and partner-level features need OAuth2 and, for the Partner API, an approved partner account.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
https://api.dailymotion.comVideo-upload throttle of up to 15 videos / 10 hours total per 24 hours for standard account tiers (up to 96 videos/24h for Premium Creator and Pro Enterprise accounts); no separate published number for general read/GET calls, per developers.dailymotion.com/reference/rate-limiting
- GET/video/{id}
- GET/videos?search={query}
- GET/user/{id}/videos