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>", "content": "<string>", "name": "<string>" }
Return a specific chunk of a knowledge base document.
API key for programmatic access
Successful Response
Response model for a specific document chunk