API Reference
API Reference
Every endpoint the CallRolin API exposes.
/v1/audio/speechSynthesize speech from text. Body: text (required), voice (required), language, format. Returns audio bytes.
/v1/audio/speech/streamStreaming text-to-speech — same parameters as /v1/audio/speech; audio is returned as it's generated.
/v1/audio/transcriptionsTranscribe audio to text. Multipart: audio file (required), language, timestamps (bool). Returns transcript JSON.
/v1/audio/jobsCreate an asynchronous transcription or synthesis job for longer audio or text. Returns a job ID.
/v1/audio/jobs/{id}Retrieve the status and result of an async job by its ID.
/v1/voicesList voices available to your account. Returns an array of { id, name, language, description }.
/v1/modelsList supported models and language codes.
/v1/usageRetrieve account usage — minutes used, minutes included, and overage for the current billing period.