cURL
curl --request GET \ --url https://api.example.com/v1/knowledge-base/{document_id}/content
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get the entire content of a document from the knowledge base.
Returns raw HTML content directly (like ElevenLabs), not wrapped in JSON. Content-Type: text/html; charset=utf-8
API key for authentication
Successful Response