Skip to main content
GET
/
v1
/
voiceai
/
knowledge-base
/
{document_id}
/
content
Get Document Content Endpoint
curl --request GET \
  --url https://api.example.com/v1/voiceai/knowledge-base/{document_id}/content \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

document_id
string
required

Response

Successful Response