Skip to main content
POST
/
v1
/
api
/
documents
/
upload
Upload Document
curl --request POST \
  --url https://dev-knowledge-store.actualize.ae/v1/api/documents/upload \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
"<any>"

Body

multipart/form-data
file
file
required

Response

Successful Response

The response is of type any.