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

Body

file
file
required

The uploaded file

Response

url
string

The signed url of the file.