curl --request POST \ --url 'https://api.unify.ai/v0/assistant/<assistant_id>/recordings' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{ "recording_raw": "UklGRiSAAABXQVZFZm10IBAAAAABAAEARKwAAIhYAQACABAAZGF0YQyAAAAA...", "content_type": "audio/wav" }'
{ "info": { "id": 123, "url": "https://storage.example.com/recordings/call_123.mp3", "created_at": "2025-05-08T14:30:00Z" } }
Bearer <token>
<token>