Skip to main content
POST
/
v1
/
knowledge-bases
/
{id}
/
documents
cURL
curl --request POST \
  --url https://api.equos.ai/v1/knowledge-bases/{id}/documents \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201 - undefined