> ## Documentation Index
> Fetch the complete documentation index at: https://tvc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Welcome to the TMDb API documentation

<img className="block dark:hidden" src="https://mintcdn.com/tvc/GBMiDh_erOKeEbLJ/logo/themoviedb.svg?fit=max&auto=format&n=GBMiDh_erOKeEbLJ&q=85&s=2b5eb3a67aca34b3925c8ff1fb6ffffd" alt="TMDb logo" width="185" height="133" data-path="logo/themoviedb.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/tvc/GBMiDh_erOKeEbLJ/logo/themoviedb.svg?fit=max&auto=format&n=GBMiDh_erOKeEbLJ&q=85&s=2b5eb3a67aca34b3925c8ff1fb6ffffd" alt="TMDb logo" width="185" height="133" data-path="logo/themoviedb.svg" />

## What is the TMDb API?

The TMDb API provides access to a vast database of movies, TV shows, and actors. Developers can retrieve metadata, images, user ratings, and more to build applications that enhance movie discovery and engagement.

### Who is it for?

* Developers building entertainment-related applications.
* Businesses integrating movie data into their platforms.
* Content creators and analysts requiring film industry insights.

## Getting Started

To begin using the TMDb API, follow these steps:

<CardGroup cols={2}>
  <Card title="Sign Up for an API Key" icon="user-plus" href="https://www.themoviedb.org/settings/api">
    Register for an API key to start making requests.
  </Card>

  <Card title="Make Your First API Call" icon="rocket" href="https://developer.themoviedb.org/docs/getting-started">
    Learn how to send your first request and retrieve movie data.
  </Card>
</CardGroup>

## Key Features

Enhance your applications with TMDb’s rich data and features.

<CardGroup cols={2}>
  <Card title="Movie & TV Show Data" icon="film" href="https://developer.themoviedb.org/docs/movie-details">
    Get details on thousands of movies and TV shows.
  </Card>

  <Card title="Image & Video Assets" icon="image" href="https://developer.themoviedb.org/docs/image-basics">
    Access high-quality posters, backdrops, and trailers.
  </Card>

  <Card title="User Ratings & Reviews" icon="star" href="https://developer.themoviedb.org/docs/user-ratings">
    Display user-generated ratings and reviews.
  </Card>

  <Card title="Advanced Search & Filters" icon="search" href="https://developer.themoviedb.org/docs/search-and-query-for-details">
    Implement powerful search and filtering options.
  </Card>
</CardGroup>
