Getting started
What is a Task?
What is a Task?
What is a target?
What is a target?
Should I use a URL or upload a file?
Should I use a URL or upload a file?
- Use
urlwhen your media is publicly accessible over HTTPS, or ans3://URI with a storage integration - Use
assetIdwhen your media is local β upload it first, then reference the returned ID
What models are available?
What models are available?
I already have a lyrics transcript. Can I just align it?
I already have a lyrics transcript. Can I just align it?
alignment model and provide your existing transcript via transcriptUrl or transcriptAssetId. If no transcript is provided, the model will transcribe automatically.Processing
How do I know when a Task is complete?
How do I know when a Task is complete?
- Poll β call Get Task by ID until each targetβs
statusiscompletedorerror. See Check Task Status. - Webhooks β receive a POST request each time a target completes. See Webhooks.
How long does processing take?
How long does processing take?
Can I process video files?
Can I process video files?
What happens if a target fails?
What happens if a target fails?
status and error fields on each target in the Task response. Other targets in the same Task are not affected.Files and formats
What formats can I upload?
What formats can I upload?
What output formats are available?
What output formats are available?
wav, mp3, flac, aiff. Video: mp4. Text: json, srt, txt. See Formats for which formats apply to which models.How long do uploaded Assets and output files last?
How long do uploaded Assets and output files last?
Billing
How are credits calculated?
How are credits calculated?
Do failed Tasks consume credits?
Do failed Tasks consume credits?
Are bulk discounts available?
Are bulk discounts available?
Support
How do I contact support?
How do I contact support?
Is there a rate limit?
Is there a rate limit?