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

KeyDatatypeRequiredDescription
wordsstringKeywords to search for

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"id":"string","total_count":1,"matches":[{"text":"string","count":1,"timestamps":[[{"key":"value"}]],"indexes":[1]}]}