Overview
Build against an honest, simulated Preview API and learn the interface patterns planned for production.
Developer documentation
Build against an honest, simulated Preview API and learn the interface patterns planned for production.
Capabilities
Designed as composable infrastructure, with Preview labels wherever production behavior is not yet available.
Documented, observable and designed to fit into your existing product architecture.
Documented, observable and designed to fit into your existing product architecture.
Documented, observable and designed to fit into your existing product architecture.
Documented, observable and designed to fit into your existing product architecture.
Interface preview
The Preview returns simulated data and never implies that customer audio was processed.
curl https://api.audelyr.ai/v1/preview/transcriptions \
+ -H "Authorization: Bearer $AUDELYR_PREVIEW_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{"sample_id":"multilingual-support-call"}'Build against an honest, simulated Preview API and learn the interface patterns planned for production.
Create and verify an Early Access account, then generate a Preview API key from the console. Keys are displayed once.
Every response includes a request identifier. Asynchronous resources expose stable states and errors use a predictable envelope.
The Preview accepts only built-in sample identifiers. Audio URLs and uploaded files are rejected until real inference is available.
Early Access
Explore the honest Preview, then tell us what production voice needs from Audelyr.
Documentation search
Build against an honest, simulated Preview API and learn the interface patterns planned for production.
/docs/quickstartQuickstartCreate a verified account, issue a Preview key and complete your first sample transcription request.
/docs/authenticationAuthenticationUse long-lived Preview keys from server environments and design temporary client credentials for future realtime sessions.
/docs/realtime-apiRealtime APIUnderstand the planned WebSocket session, token stream, interruption and lifecycle event model.
/docs/speech-to-textSpeech-to-Text guidePlan realtime and asynchronous transcription requests, language hints, speakers and timestamps.
/docs/text-to-speechText-to-Speech guidePlan streaming synthesis, voice selection, controls, formats and client playback.
/docs/translationTranslation guideDesign contextual translation sessions, source detection and target-language output.
/docs/voice-agentsVoice Agents guideCompose turn detection, model reasoning, tool calls and speech output into a recoverable session.