cURL
curl --request GET \ --url https://api.autocaption.io/v1/transcript/{jobId} \ --header 'x-api-key: <api-key>'
{ "status": "COMPLETED", "words": [ { "start": 123, "end": 123, "word": "<string>", "punctuated_word": "<string>" } ] }
Retrieves the result of a transcription job by its ID. Words are only included if the job status is COMPLETED.
The unique identifier of the transcription job.
Transcription job details.
The response is of type object.
object