ESC
Type to search across all documentation

API Documentation

Everything you need to integrate COALS services into your applications. Send SMS, convert files, generate images and video — all through a single API key.

Quick Start

All COALS APIs use the same authentication pattern. Get an API key, then pass it in the Authorization header.

curl -X POST https://coals.ai/api/v1/{service}/{endpoint} \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Platform