Téléphone · voice_transcribe
Transcrire un appel
Transcription d'un appel enregistré.
- Prix
- inclus
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| call_sid * | string | Twilio Call SID to get transcript for |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"voice_transcribe","input":{"call_sid":"…"}}'$
run({ "tool": "voice_transcribe", "input": {"call_sid":"…"} })