Authentication

All requests to the Pod API must be authenticated with an API key.


Generating an API Key

  1. Log in to your Pod dashboard.
  2. Navigate to Settings → API Keys.
  3. Click Create API Key to create a new API key.
Generate API Key

Using Your API Key

Include your API key in the request header as X-Api-Key.

Example Request

curl -X GET "https://api.callpod.ai/v1/outbound/submit" 
	-H "X-Api-Key: YOUR_API_KEY"