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>"
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

Document uploaded successfully

id
string
name
string
s3Key
string