Documentation

Documentation

CheapAI provides a unified API for voice, image, tasks, authentication, credits, and API key management. Use one API key, monitor credits, and manage per-key expiration and daily spend limits from the dashboard.

Base URL

# Unified API
https://api.cheapaiapi.com

# Common account routes
https://api.cheapaiapi.com/v1

Quick Example

cURL
curl -X POST "https://api.cheapaiapi.com/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM?output_format=mp3_44100_128" \
  -H "Authorization: Bearer sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "The first move is what sets everything in motion.",
    "model_id": "eleven_multilingual_v2"
  }'

Supported Categories

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer sk_your_api_key

Create API keys in your Dashboard. Each key can have its own daily spend limit and expiration.