API gratuita per trascrizioni YouTube: curl, REST e MCP
Estrai le trascrizioni di YouTube come testo semplice — gratis, direttamente da curl o da qualsiasi client HTTP. È anche un server MCP per Claude Code, Codex, claude.ai e altri agenti IA.
How it works
Chiama GET o POST https://youtube2text.org/api/transcribe con un `url` di YouTube e `maxChars` opzionale, autenticandoti con l'header `x-api-key`. Non hai ancora una chiave? GET https://youtube2text.org/api/demo-key restituisce una chiave demo condivisa. I client MCP possono invece connettersi a https://youtube2text.org/mcp con OAuth.
Agenti IA: il riferimento completo e leggibile dalle macchine dell'API si trova su https://youtube2text.org/api.md (indice: /llms.txt).
Call the API (GET)
curl "https://youtube2text.org/api/transcribe?url=https://www.youtube.com/watch?v=VIDEO_ID&maxChars=5000" \ -H "x-api-key: YOUR_API_KEY"