Search words in transcript

To search through a transcription created on our EU server, replace api.assemblyai.com with api.eu.assemblyai.com.
Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers.

Path parameters

transcript_idstringRequired

ID of the transcript

Headers

AuthorizationstringRequired

Query parameters

wordsstringOptional

Keywords to search for

Response

Word search response

idstringformat: "uuid"

The ID of the transcript

total_countinteger

The total count of all matched instances. For e.g., word 1 matched 2 times, and word 2 matched 3 times, total_count will equal 5.

matcheslist of objects

The matches of the search

Errors