Get sentences in transcript
GET {{baseUrl}}/v2/transcript/:transcript_id/sentences
Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"d5a3d302-066e-43fb-b63b-8f57baf185db","confidence":0.9579390654205628,"audio_duration":281,"sentences":[{"text":"Smoke from hundreds of wildfires in Canada is triggering air quality alerts throughout the US.","start":250,"end":6350,"confidence":0.72412,"words":[{"confidence":0.72412,"start":250,"end":650,"text":"Smoke"},{"confidence":0.99996,"start":730,"end":1022,"text":"from"},{"confidence":0.99992,"start":1076,"end":1466,"text":"hundreds"},{"confidence":1,"start":1498,"end":1646,"text":"of"}],"speaker":"speaker"},{"text":"Skylines from Maine to Maryland to Minnesota are gray and smoggy.","start":6500,"end":11050,"confidence":0.99819,"words":[{"confidence":0.99819,"start":6500,"end":7306,"text":"Skylines"},{"confidence":0.99987,"start":7338,"end":7534,"text":"from"},{"confidence":0.9972,"start":7572,"end":7962,"text":"Maine"},{"confidence":1,"start":8026,"end":8206,"text":"to"},{"confidence":0.5192,"start":8228,"end":8650,"text":"Maryland"},{"confidence":1,"start":8730,"end":8926,"text":"to"}],"speaker":"speaker"}]}