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