cURL
curl --request GET \ --url https://api.batch.slng.ai/v1/batch/jobs/{jobId}/files \ --header 'Authorization: Bearer <token>'
{ "job_id": "myjob123", "inputs": [ { "name": "recording.mp3", "content_type": "audio/mpeg", "size": 2048000, "url": "https://storage.slng.ai/batch/myjob123/input/recording.mp3?token=..." } ], "outputs": [ { "name": "transcript.json", "content_type": "application/json", "size": 15200, "url": "https://storage.slng.ai/batch/myjob123/output/transcript.json?token=..." }, { "name": "transcript.srt", "content_type": "text/srt", "size": 8400, "url": "https://storage.slng.ai/batch/myjob123/output/transcript.srt?token=..." } ] }
Retrieve signed download URLs for the input audio and output transcript files of a completed job.
API key from the SLNG dashboard.
The alphanumeric job identifier.
Input and output files with signed download URLs.
The job identifier.
Uploaded audio files.
Show child attributes
Generated transcript files.
Was this page helpful?
Contact support