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

# Introduction

> Documentation for the Addressable API endpoints

<img className="block dark:hidden" src="https://mintcdn.com/addressable/ezaLllp3E9yjX3IY/images/hero-light.png?fit=max&auto=format&n=ezaLllp3E9yjX3IY&q=85&s=75182ece3852bf308ca8f277f9287eb7" alt="Hero Light" width="458" height="174" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/addressable/ezaLllp3E9yjX3IY/images/hero-dark.png?fit=max&auto=format&n=ezaLllp3E9yjX3IY&q=85&s=ec39179bf83d672d3256ebef7e678ae8" alt="Hero Dark" width="458" height="174" data-path="images/hero-dark.png" />

## API Authentication

All API endpoints require the following headers:

* `x-api-key`: Your API key
* `client`: Your client key

Keep your API key and client key secure.

## Available APIs

<CardGroup cols={2}>
  <Card title="Campaign Management" icon="bullhorn" href="/endpoints/campaigns">
    Create and manage advertising campaigns
  </Card>

  <Card title="Order Management" icon="cart-shopping" href="/endpoints/orders">
    Create orders within campaigns with targeting and creatives
  </Card>

  <Card title="Export Ads" icon="rectangle-ad" href="/endpoints/export-ads">
    Export advertising campaign data from the platform
  </Card>

  <Card title="Export Device Report" icon="mobile-screen" href="/endpoints/export-device-report">
    Generate device-level reporting and analytics
  </Card>
</CardGroup>

## Integrations

<CardGroup cols={2}>
  <Card title="Domo Integration" icon="chart-line" href="/integrations/domo">
    Instructions for setting up Domo data integration
  </Card>
</CardGroup>
