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

Authorizations

x-api-key
string
header
required

Body

application/json

The body is of type object.

Response

201 - undefined