experimental
Mentions Tool API
Finds mentions of a query within a set of reference texts.
POST
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"copiloteu"
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
Returns an array of mentions found in the reference texts.
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?