Get started with TalkWire in minutes.
Sign up at talkwire.io/login to get your API key.
curl -X POST https://talkwire.io/v1/sessions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Response:
{
"sessionId": "abc123",
"websocketUrl": "wss://talkwire.io/v1/stream/abc123",
"expiresAt": "2024-01-01T00:05:00Z"
}
Connect to the websocketUrl and start streaming audio.