Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.wadial.com/api/v1/call-audio-assets" \ -H "Authorization: Bearer $WADIAL_API_KEY" \ -F "[email protected];type=audio/wav"
{ "data": { "id": "019f...", "filename": "intro.wav", "contentType": "audio/wav", "sizeBytes": 245760, "durationMs": null, "status": "ready" } }
Upload reusable audio assets and play them into active calls.
audio
GET /api/v1/call-audio-assets Authorization: Bearer <api_key>
DELETE /api/v1/call-audio-assets/{assetId} Authorization: Bearer <api_key>
POST /api/v1/sessions/{sessionId}/calls/{callId}/audio/play Authorization: Bearer <api_key> Content-Type: application/json
{ "assetId": "019f..." }
Was this page helpful?