Search words in transcript

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

Authentication

Authorizationstring
API Key authentication via header

Path parameters

transcript_idstringRequired
ID of the transcript

Query parameters

wordslist of stringsRequired
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