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

# Introduction

> Integration guide for Plotweaver AI Dubbing and Subtitle APIs

<Note>
  Plotweaver AI is built to break language barriers. Our engine specializes in high-fidelity voice cloning and localization for over 12 major African languages, ensuring your content retains its original emotional impact.
</Note>

## Welcome to the Plotweaver API

Plotweaver AI provides developers with a robust, scalable infrastructure for automating video localization. Whether you are building a streaming platform, an EdTech tool, or a content distribution network, our API suite allows you to transform media at scale without losing the "soul" of the performance.

We offer two primary integration methods to get you up and running quickly:

* **OpenAPI Specification**: Use our standardized schema to auto-generate SDKs and test endpoints in real-time.
* **MDX Components**: Leverage custom components for a highly tailored documentation experience.

<CardGroup cols={2}>
  <Card title="Dubbing & Voice Cloning" icon="microphone-lines" href="/api-reference/dubbing">
    Generate high-fidelity audio in languages like Yoruba, Swahili, and Amharic while preserving the original speaker's tone.
  </Card>

  <Card title="Subtitle Generation" icon="closed-captioning" href="/api-reference/subtitles">
    Produce accurate, time-synced SRT and VTT files localized for specific cultural contexts and linguistic nuances.
  </Card>
</CardGroup>

## Authentication

Security is at the heart of our platform. All Plotweaver AI API endpoints are protected and require a Bearer Token for access. You can generate and manage your API keys within your Plotweaver developer dashboard.

To authenticate, include the Authorization header in your HTTP requests as shown below:

```http theme={null}
Authorization: Bearer <YOUR_API_KEY>
```

### Next Steps

* **Get your API Key**: Head over to the Dashboard to retrieve your credentials.
* **Explore the Reference**: Check out the API Reference to see how to track processing jobs.
* **View the Specification**: Dive deep into our OpenAPI file for full schema details.
