cURL
curl --request GET \ --url https://api.example.com/v1/voiceai/knowledge-base/{document_id}/chunk/{chunk_id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "content": "<string>" }
Get details about a specific documentation part used by RAG.
API key for programmatic access
Successful Response
Response model for GET /{documentation_id}/chunk/{chunk_id} endpoint. Get details about a specific documentation part used by RAG.
Chunk ID
Document name
Chunk content