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

# API Reference

> Objectionly Call Processing API documentation

# Call Processing API

Use the Objectionly Call Processing API to queue calls for processing with:

* transcript text
* uploaded audio or video files
* remote audio or video URLs

<Note>
  Get your API key here:
  [https://app.objectionly.com/dashboard/integrations](https://app.objectionly.com/dashboard/integrations)
</Note>

## Base URL

[https://api.objectionly.com](https://api.objectionly.com)

## Authentication

<ParamField header="X-Workspace-API-Key" type="string" required>
  Include your workspace API key with server-to-server requests.
</ParamField>

<ParamField header="X-Objectionly-Proxy-Token" type="string">
  Required only when your workspace is configured to require a proxy token.
</ParamField>

## Endpoint

<CardGroup cols={1}>
  <Card title="Queue call" icon="send" href="/api-reference/queue-call-processing">
    Queue transcript text, uploaded media, or remote audio/video URLs for
    processing.
  </Card>
</CardGroup>
