Skip to main content
POST
/
v1
/
knowledge-base
/
documents
/
upload
Upload a knowledge base document
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/documents/upload \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "<string>",
  "name": "<string>",
  "s3Key": "<string>"
}

Body

application/json

The body is of type object.

Response

200 - application/json

Document uploaded successfully

id
string
name
string
s3Key
string