Introduction to the Course

Get an overview of the course, its prerequisites, and its intended audience.

What is an API?

Application Programming Interface (API) is used to build a connection between a server and a client. A client requests to fetch data through API calls. The server receives the call and responds to the client accordingly.

Dailymotion is a video-sharing platform that is available worldwide in different languages. It helps users to search, watch and upload quality videos. The Dailymotion Data API makes it easier for users to fetch information about the Dailymotion objectsIn Dailymotion, everything is considered as an object and it can be a video, playlist, user, channel, player, and subtitle. by using the API calls.

Prerequisites

This course requires:

  • Basic knowledge of Python programming language.
  • An understanding of the HTTP requests structure and functionalities.

This API course is intended for:

  • Students with basic HTTP request knowledge and interested in learning new APIs.
  • Developers who want to explore and integrate Dailymotion Data API.
  • Professionals who have ample experience with other APIs and intend to explore the Dailymotion Data API.