curl --request POST \
--url http://localhost:3333/v1/knowledge-base/documents/upload \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "<string>",
"name": "<string>",
"s3Key": "<string>"
}curl --request POST \
--url http://localhost:3333/v1/knowledge-base/documents/upload \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "<string>",
"name": "<string>",
"s3Key": "<string>"
}Was this page helpful?