Skip to main content

Documentation Index

Fetch the complete documentation index at: https://deepl-c950b784-add-usage-logger-cookbook.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Result Status Lifecycle

Each target result progresses through these statuses independently:
1

pending

Job created; source file not yet uploaded.
2

uploaded

Source file received; processing has not started.
3

processing

Translation in progress.
4

complete

Result is ready to download.
5

downloaded

Result has been downloaded; assets marked for deletion.
A target can transition to failed from any non-terminal state. When a target fails, the error field contains a description of the failure.

Limits

LimitValue
Maximum file size1 GB (1,073,741,824 bytes)
Maximum source duration3 hours
Time to upload after job creation5 minutes
Time to download results after upload1 hour
Maximum concurrent jobs per customer10
Maximum concurrent jobs per customer (files > 100 MB)2
Maximum targets per jobNo limit (constrained by storage quota)
After all results are downloaded or the job expires, the job is deleted and returns 404. Usage is billed based on the duration of the source audio. Source audio over 3 hours is rejected, even if the file is under 1 GB. For longer recordings, split the source into chunks and submit each as its own job.

Supported Source Audio Formats

  • audio/mpeg
  • audio/wav
  • audio/ogg
  • audio/flac
  • audio/mp4
  • audio/webm

Supported Languages

Source and target languages match the real-time Voice API. source_language is optional; if omitted, the language is detected automatically.

Supported Output Formats

Each target specifies a type for the desired output format.
TypeDescription
text/plainPlain text transcript
application/x-subripSRT subtitle file with original timecodes
audio/opusOpus audio
audio/flacFLAC audio
audio/pcm;encoding=s16le;rate=16000PCM 16-bit signed LE, 16 kHz
audio/pcm;encoding=s16le;rate=24000PCM 16-bit signed LE, 24 kHz
audio/pcm;encoding=ulaw;rate=8000PCM u-law, 8 kHz
audio/pcm;encoding=alaw;rate=8000PCM A-law, 8 kHz
audio/x-matroska;codecs=aacMatroska with AAC
audio/x-matroska;codecs=flacMatroska with FLAC
audio/x-matroska;codecs=opusMatroska with Opus
audio/x-matroska;codecs=pcm_s16le;rate=16000Matroska with PCM 16 kHz
audio/x-matroska;codecs=pcm_s16le;rate=24000Matroska with PCM 24 kHz
video/mp2t;codecs=aacMPEG-TS with AAC
video/mp2t;codecs=opusMPEG-TS with Opus
audio/ogg;codecs=flacOgg with FLAC
audio/ogg;codecs=opusOgg with Opus
audio/webm;codecs=opusWebM with Opus