cURL
curl --request GET \ --url https://api.example.com/v1/knowledge-base/{document_id}/chunk/{chunk_id}
{ "id": "<string>", "content": "<string>", "name": "<string>" }
Return a specific chunk of a knowledge base document.
API key for authentication
Successful Response
Response model for a specific document chunk