SRT subtitles with the timestamps at word or sentence level.VRT or JSON outputs, similarly, with the timestamps at word or sentence level.201 - CreatedLocation: /api/v2/transcriptions/{id} - the URL for the recently-created jobwebhook_url specified in the request body.curl --location 'https://dev.your-api-server.com/api/v2/transcriptions' \
--header 'content-type: application/json' \
--data '{
"format": "SRT",
"timestamp_level": "WORD"
}'{
"id": "kcQ29KcxYe8qryEsgf",
"webhook_url": "https://webhook.site/7b9ece37-763d-410f-913c-647d7c44481d",
"format": "SRT",
"timestamp_level": "SENTENCE",
"status": "active",
"transcription": "string",
"started_at": "2020-05-01T12:00:00.987Z",
"completed_at": "2020-05-01T12:01:00.123Z",
"_links": "https://play.ht/api/v2/transcriptions/a4b9fc398ebf"
}