experimental
Mentions Tool API
Finds mentions of a query within a set of reference texts.
POST
https://api.{environment}.corti.app/v2/
/
tools
/
mentions
Body
application/json
The text-based query from the user.
An array of reference texts where the mentions will be searched.
Response
200 - application/json
The type of mention (e.g., transcript, document).
Character range for document type.
Time range in seconds for transcript type.
Text snippet for the mention.
The document ID if applicable.
The utterance ID if applicable.
The timestamp for transcript mentions.
Was this page helpful?