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

# MediaFuse API Overview

> Welcome to the MediaFuse External API Documentation.

## Welcome

The MediaFuse External API empowers developers and partners to retrieve and seamlessly integrate PR distribution data directly into their own systems and websites.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how to authenticate your requests using Bearer tokens.
  </Card>

  <Card title="Orders API" icon="list" href="/api-reference/orders">
    Retrieve your PR distributions and filter by status.
  </Card>

  <Card title="Articles API" icon="newspaper" href="/api-reference/articles">
    Fetch published articles mapped directly to specific orders.
  </Card>

  <Card title="Postman Collection" icon="download" href="/postman">
    Download the Postman collection to start testing immediately.
  </Card>
</CardGroup>
