Video — entry 005 of 37

Dailymotion

Verified Jul 2026

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.

video-hostingstreamingoauthsocial-media
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

Score68out of 100
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 68 on greatapis.com
<a href="https://greatapis.com/api/dailymotion/"><img src="https://greatapis.com/badge/dailymotion.svg" alt="Scored 68 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: 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 URLhttps://api.dailymotion.com
Key endpoints
  • GET/video/{id}
  • GET/videos?search={query}
  • GET/user/{id}/videos