Video — entry 005 of 37
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.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score68
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
Base URL
https://api.dailymotion.comKey endpoints
- GET/video/{id}
- GET/videos?search={query}
- GET/user/{id}/videos