Search words in transcript
GET {{baseUrl}}/v2/transcript/:transcript_id/word-search?words=string
Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
words | string | Keywords to search for |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"string","total_count":1,"matches":[{"text":"string","count":1,"timestamps":[[{"key":"value"}]],"indexes":[1]}]}