provider Agents Platform GET
/v1/convai/conversations/messages/smart-search @utdk/elevenlabs
/v1/convai/conversations/messages/smart-search Smart Search Conversation Messages
Search conversation transcripts by semantic similarity to surface relevant messages based on meaning and intent, rather than exact keyword matches
- text_query query required
- The search query text for semantic similarity matching
- string
- agent_id query
- Agent id (agent_…) or speech engine external id (seng_), resolved to the same underlying resource.
- page_size query
- Number of results per page. Max 50.
- integer
- cursor query
- Used for fetching next page. Cursor is returned in the response.
- xi-api-key header
- Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Try it
Authentication
Configure credentials for ElevenLabs API Documentation
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import elevenlabs from '@utdk/elevenlabs';
await elevenlabs.smartSearchConversationMessagesRoute({
"page_size": 20
})