transcribevideototext
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, word-level timestamps, and webhooks.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Transcribe: Start transcribing an audio/video file. Provide exactly ONE source: `url` (a public https link) or `storagePath` (from a prior create_upload_url). Returns a job id immediately; poll it wit
- Get Transcription: Fetch a transcription's status and result by id. Use this to poll a job created with transcribe.
- List Transcriptions: List the account's transcriptions, most recent first.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, word-level timestamps, and webhooks. Hosted remote MCP server for the VideoToText transcription API — no local Whisper setup needed. Docs: https://www.transcribevideototext.com/video-transcription-api
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| transcribe | Start transcribing an audio/video file. Provide exactly ONE source: `url` (a public https link) or `storagePath` (from a prior create_upload_url). Returns a job id immediately; poll it with get_transcription until status is 'completed'. |
| get_transcription | Fetch a transcription's status and result by id. Use this to poll a job created with transcribe. |
| list_transcriptions | List the account's transcriptions, most recent first. |
| delete_transcription | Delete a transcription by id. Cancels and refunds it if still in progress. |
| create_upload_url | Advanced: sign a short-lived upload URL for a file you will PUT yourself. Returns `path` to pass as `storagePath` to transcribe. Most callers should use transcribe with `url` instead. |