Validate
Markovo checks extension, MIME, media signature, account access, file size, and the confirmed Credit ceiling.
Audio to Markdown · Signed-in Beta
Upload a meeting, interview, lecture, voice note, or podcast clip. Markovo keeps timestamps beside the words and reports transcription quality boundaries.
MP3, WAV, M4A, AAC, FLAC, OGG, OPUS, and WMA are supported up to 50 MB and 60 minutes. Credit v2 follows actual decoded audio milliseconds at 1 Credit per minute with a 0.3 Credit minimum.
Verified output links appear here after conversion.
The bundle records detected language, duration, time-coded segments, quality evidence, and the actual Credits settled. Timing is checked against the decoded source.
Markovo checks extension, MIME, media signature, account access, file size, and the confirmed Credit ceiling.
Speech becomes ordered segments with stable timestamps. Temporary processing failures fail safely and release reserved Credits.
Download output.md or the full bundle with metadata, source map, quality report, manifest, and ZIP.
audio-to-markdownBrowser, API, CLI, and MCP share one account, Credits balance, History, and bundle.
Low noise, audible voices, and a consistent recording level produce the safest result.
Credit v2 bills 1 Credit per decoded audio minute with a 0.3 Credit minimum and never exceeds the confirmed ceiling. Failed jobs cost 0.
Proper nouns, accents, music, crosstalk, and speaker diarization can need review. Audio may be processed by Cloudflare Workers AI under the standard retention and deletion policy.
curl -X POST https://markovo.net/v1/convert \
-H "Authorization: Bearer ${MARKOVO_API_KEY}" \
-F "file=@meeting.mp3" \
-F "capability_id=audio-to-markdown" \
-F "max_credits=60"markovo convert meeting.mp3 \
--out runs/meeting \
--max-credits 60markovo_convert({
"input_path": "meeting.mp3",
"max_credits": 60
})