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 transcribes speech locally and keeps timestamps beside the words.
MP3, WAV, M4A, AAC, FLAC, OGG, OPUS, and WMA are supported up to 50 MB and 60 minutes. Cost is 1 Credit per started minute and is confirmed before conversion.
Verified output links appear here after conversion.
The bundle records detected language, duration, model, time-coded segments, quality evidence, and the actual Credits settled. The production model is bundled in the conversion image and does not fetch weights during a job.
Markovo checks extension, MIME, media signature, account access, file size, and the confirmed Credit ceiling.
Local speech recognition applies voice activity detection and emits ordered segments with stable timestamps.
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.
Proper nouns, accents, music, crosstalk, and speaker diarization can need human review.
The conversion runtime uses bundled local model files; the standard retention and deletion policy still applies.
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
})