LYRE Documentation
The Australian Voice API. Build AI voice agents with sovereign data residency, sub-500ms latency, and built-in ACMA compliance.
Quickstart
Deploy your first voice agent in under 5 minutes.
Agents
Configure voice, personality, tools, and compliance.
Providers
Plug in STT, LLM, and TTS providers.
Calls
WebRTC browser calls and SIP phone integration.
Compliance
ACMA, DNCR, Privacy Act, recording consent.
Sovereign AI
Run entirely on Australian infrastructure with SCX.ai.
Get started in 3 steps
1
Get your API key
Sign up at dashboard.lyre.au and generate an API key from Settings.
2
Create an agent
$ curl -X POST https://api.lyre.au/v1/agents \
-H "Authorization: Bearer $LYRE_API_KEY" \
-d '{"name":"My Agent","voice":"en-AU","model":"llama-3.3-70b"}'
-H "Authorization: Bearer $LYRE_API_KEY" \
-d '{"name":"My Agent","voice":"en-AU","model":"llama-3.3-70b"}'
3
Start a call
Connect via WebRTC in the browser or assign a phone number for PSTN calls.
Base URL
https://api.lyre.au/v1
All API requests use this base URL. Authentication via Bearer token in the Authorization header. All data stays in Australia (Sydney region).