Skip to main content
POST
/
upload
Upload File
curl --request POST \
  --url https://api.documind.xyz/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.documind.xyz/llms.txt

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

Body

file
file
required
The uploaded file

Response

url
string
The signed url of the file.