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

# Introduction

> Get started with the Poix platform

Poix is a powerful service that provides API to access YouTube video, channels, captions, comments, search and many more type of data. Our API is designed to help you build innovative applications and services that leverage YouTube data to create engaging user experiences.

## Products

<CardGroup cols={2}>
  <Card title="Search" icon="magnifying-glass" href="/api-reference/search/get-search-results">
    Search for videos, channels, and playlists on YouTube
  </Card>

  <Card title="Captions" icon="closed-captioning" href="/api-reference/captions/get-video-captions">
    Access and download video captions in multiple formats
  </Card>

  <Card title="Comments" icon="comments" href="/api-reference/comments/get-video-comment-threads">
    Retrieve and analyze video comments and replies
  </Card>

  <Card title="Files" icon="file" href="/api-reference/files/get-audio-files-list">
    Get access to video, audio, thumbnails and captions files
  </Card>

  <Card title="Popular" icon="fire" href="/api-reference/videos/get-popular-videos">
    Retrieve popular videos by category and region
  </Card>

  <Card title="Details" icon="code" href="/api-reference/channels/get-channels-details">
    Get details of a video, channel, or playlist items
  </Card>
</CardGroup>

## Try it out

To start using the Poix, you'll need to:

1. [Log in](https://app.poix.io/login) to Poix
2. Create a Token in the [Dashboard](https://app.poix.io/tokens)
3. Make your first API request using the Token

## Support

If you need any help or have questions, don't hesitate to [contact our support team](mailto:support@poix.io) for assistance.
