provider Agents Platform GET /v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id}
@utdk/elevenlabs /v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id}
Get Documentation Chunk From Knowledge Base
Get details about a specific documentation part used by RAG.
documentation_id path required
The id of a document from the knowledge base. This is returned on document addition.
string
chunk_id path required
The id of a document RAG chunk from the knowledge base.
string
embedding_model query
The embedding model used to retrieve the chunk.
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
getDocumentationChunkFromKnowledgeBase
GET/v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id}
Get details about a specific documentation part used by RAG.

Parameters

required

The id of a document from the knowledge base. This is returned on document addition.

required

The id of a document RAG chunk from the knowledge base.

The embedding model used to retrieve the chunk.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getDocumentationChunkFromKnowledgeBase()