SAGEA LogoDocs & API

API Reference

One key, three products. All requests use Authorization: Bearer $SAGEA_API_KEYget a key.

Studio — model APIs

Base URL: https://api.sagea.space/v1

  • Chat CompletionsPOST /v1/chat/completions · SAGE Actus, Celer, OSS with tools, streaming, JSON mode
  • Text to SpeechPOST /v1/audio/speech · Sonus TTS in 30+ languages
  • Voice CloningPOST /v1/audio/clone · custom voice_id from samples
  • Streaming AudioPOST /v1/audio/stream · sub-200ms first byte
  • OCR ProcessPOST /v1/ocr/process · ARVA extraction with bounding boxes
  • Batch APIPOST /v1/batch · async jobs at 50% off

Helios — identity verification

Base URL: https://api.sagea.space/helios

  • KYC v1POST /helios/kyc/v1 · multipart with front/back images + liveness video
  • KYC v2POST /helios/kyc/v2 · base64 JSON, portrait match option
  • Verification Status & WebhooksGET /helios/verifications/{id} + callback_url delivery

New to KYC? Start with How Helios works then Run a KYC Request.

MYLO — voice agents

Base URL: https://api.sagea.space/mylo

  • SessionsPOST /mylo/sessions · realtime agent over WebSocket
  • Outbound CallsPOST /mylo/calls · schedule phone calls
  • TranscriptsGET /mylo/sessions/{id}/transcript · turns + recordings

New to agents? Start with MYLO overview.

Errors

Every endpoint returns standard HTTP statuses with a {error: {type, code, message}} body. See the full Errors glossary for all 13 codes and per-product retry guidance.

On this page