Last updated: July 22, 2026 · Current API version: v2 · Source of truth:
openapi.yaml 2.0.0https://unpod.ai/ under the /api/v2/platform/ path prefix with Token authentication.
Conventions
v2 — Current
Status: Active · Production- Production host standardized to
https://unpod.ai/. - All endpoints served under
/api/v2/platform/. - Authentication uses the
Tokenscheme:Authorization: Token <token>. - Task creation is space-scoped:
POST /api/v2/platform/spaces/{space_token}/tasks/create/, taking apilothandle and adocumentsarray of contacts. - Call detail records exposed at
/api/v2/platform/cdr/. - Telephony numbers are read-only via the API (
GET /api/v2/platform/telephony/numbers/); provisioning happens through the connected SIP provider / Dashboard.
v1 — Deprecated
Status: Deprecated · Do not use for new integrationsv1 → v2 migration
The self-hosted open-source stack exposes its own internal services under
/api/v1/ on localhost:8000. That is a separate surface from the hosted cloud platform API documented here — see Self-Hosting.