Welcome

Welcome to Dailymotion documentation hub, your go-to resource to learn how to use Dailymotion Player and platform.

These guides walk you through how to use our APIs to build your own video workflows, from uploading content to embedding and monetizing your Players.

📘

For complete API details, you can always refer to the full API Reference.



Explore the guides

Browse through these categorized guides to find exactly what you need:



Typical user journey

To help you understand how these pieces fit together, here's a high-level diagram of a typical user journey. It outlines a typical flow, from authenticating on the API, uploading and managing your content, to embedding and analyzing performance:

flowchart TB
 A(Authentication) --> B(Upload)
 A --> C(Manage content)

 B --> D(Players)
 C --> D(Players)


 D --> E1(Embed with Web SDK)
 D --> E2(Embed with Android SDK)
 D --> E3(Embed with iOS SDK)

 E1 --> F(Advertising) 
 E2 --> F(Advertising)
 E3 --> F(Advertising)

 F --> G(Analytics & Reports)

style A fill:#d1fae5,stroke:#10b981,stroke-width:2px,color:#000;
style B fill:#e6f0ff,stroke:#3399ff,stroke-width:2px,color:#000;
style C fill:#e6f0ff,stroke:#3399ff,stroke-width:2px,color:#000;
style E1 fill:#fef3c7,stroke:#f59e0b,stroke-width:2px,color:#000;
style E2 fill:#fef3c7,stroke:#f59e0b,stroke-width:2px,color:#000;
style E3 fill:#fef3c7,stroke:#f59e0b,stroke-width:2px,color:#000;
style F fill:#f0fdfa,stroke:#14b8a6,stroke-width:2px,color:#000;
style G fill:#fce7f3,stroke:#db2777,stroke-width:2px,color:#000;