lyre.au/Documentation
Dashboard

LYRE Documentation

The Australian Voice API. Build AI voice agents with sovereign data residency, sub-500ms latency, and built-in ACMA compliance.

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"}'
3

Start a call

Connect via WebRTC in the browser or assign a phone number for PSTN calls.

Full quickstart guide

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).