WhenDocumentation Index
Fetch the complete documentation index at: https://docs.lyrcs.ai/llms.txt
Use this file to discover all available pages before exploring further.
align=true (the default), lyrcs.ai generates four downloadable files per job: two LRC files and two SRT files. Each format comes in an original variant (source language script) and a transliterated variant (romanised phonetic form).
LRC format
LRC (Lyric) is a plain-text format where each line is prefixed with a timestamp in[MM:SS.ss] format.
SRT format
SRT (SubRip Subtitle) uses a numbered block format with start → end timecodes. It is the standard for video subtitles and is widely supported by video players and editing tools.Original vs transliterated
| Variant | Content | Use case |
|---|---|---|
_original | Source language script (e.g. Tamil script, Devanagari) | Audiences who read the source script; DSP lyric display in source language |
_transliterated | Phonetic romanisation | Audiences who can’t read the script; karaoke sing-along; lyric apps for non-native listeners |
Download URLs
Both variants are available via thedownloads object on a completed job:
Authorization: Bearer <key>.
When to use which format
| Scenario | Recommended format |
|---|---|
| Spotify / Apple Music lyric delivery | lrc_original |
| Karaoke app (source script display) | lrc_original |
| Karaoke app (romanised sing-along) | lrc_transliterated |
| Music video subtitles | srt_original |
| Subtitle track for non-native audience | srt_transliterated |
| Lyrics editor / DAW import | Either SRT |
Not available for align=false jobs
If a job was submitted withalign=false, no LRC or SRT files are generated. The downloads key is omitted from the job response. Use align=true (the default) if you need time-synced files.
Known limitations
Audio files in WAV or FLAC format may reportduration_seconds: 0 in the job response. This is a known issue related to ffmpeg metadata extraction and does not affect the quality of the transcript or alignment output. MP3 and M4A files report accurate durations.