Transcribe an audio file from base64-encoded content or a URL.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| audio_base64 | string | — | |
| audio_url | string | — | |
| filename | string | — | |
| language | string | — | |
| diarize | boolean | — |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"audio_url": "https://example.com/meeting-recording.mp3",
"language": "no",
"diarize": true
}
Example response
{
"ok": true,
"transcript": "Full transcript of the audio recording...",
"segments": [
{ "speaker": "A", "start": 0.0, "end": 4.2, "text": "God morgen, vi er samlet for å diskutere..." },
{ "speaker": "B", "start": 4.5, "end": 9.1, "text": "Takk. Jeg ønsker å starte med å si at..." }
],
"language_detected": "no",
"credits_used": 8
}
Connect
Create your MCP token on the setup page and use it with any supported client.
Set up MCP →Privacy
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.