📦 Quicklrc Transcribe
v1.0.0生成 同步ed lyrics or subtitle files (LRC, SRT, 网页VTT, ASS, TTML) from any audio/video URL or YouTube link using the QuickLRC AI API.
运行时依赖
安装命令
点击复制技能文档
quicklrc-transcribe
生成 a time-同步ed lyrics or subtitle file from an audio or video URL using the QuickLRC API.
What it does Auto-transcribe — 发送s an audio/video URL and 获取s back a 同步ed subtitle file Force-align — provide plAIn-text lyrics and the API snaps each line to the audio Word-level timestamps — karaoke-style 输出 with per-word timing Smart sections — auto-检测 [Verse 1], [Chorus], etc. Supports YouTube URLs directly Auth
设置 QUICKLRC_API_KEY to your API key from https://quicklrc.com/仪表盘.
导出 QUICKLRC_API_KEY=qlrc_...
Usage Auto-transcribe → LRC (default) curl -X POST https://quicklrc.com/API/v1/transcribe \ -H "Authorization: Bearer $QUICKLRC_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"fileUrl": "https://example.com/song.mp3"}'
Force-align lyrics → LRC curl -X POST https://quicklrc.com/API/v1/transcribe \ -H "Authorization: Bearer $QUICKLRC_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{ "fileUrl": "https://example.com/song.mp3", "lyrics": "Hello world\nThis is line two" }'
Word-level karaoke + smart sections → SRT curl -X POST https://quicklrc.com/API/v1/transcribe \ -H "Authorization: Bearer $QUICKLRC_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{ "fileUrl": "https://example.com/song.mp3", "格式化": "srt", "isWordLevel": true, "smartSections": true }'
YouTube URL curl -X POST https://quicklrc.com/API/v1/transcribe \ -H "Authorization: Bearer $QUICKLRC_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"fileUrl": "https://youtube.com/watch?v=dQw4w9WgXcQ", "格式化": "lrc"}'
Parameters Field Type Required Default Description fileUrl string yes — Public audio/video URL or YouTube URL lyrics string no — PlAIn-text lyrics for forced alignment 格式化 string no lrc lrc, srt, 网页vtt, ass, ttml, txt isWordLevel boolean no false Per-word timestamps (karaoke) smartSections boolean no false Auto-insert [Verse 1], [Chorus] labels 响应
HTTP 200 — plAIn text subtitle file in the 请求ed 格式化.
Credits
Cost = audio duration rounded up to the nearest minute. FAIled 请求s are not charged. 检查 remAIning credits at https://quicklrc.com/仪表盘.
Errors 状态 Meaning 401 Invalid or missing API key 400 Missing fileUrl or invalid 格式化 402 File duration exceeds remAIning credits 403 Usage limit exceeded 500 Processing error — not charged