POST
/
upload
curl --request POST \
  --url https://api.liquidindex.dev/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'data={
  "project_id": "<string>"
}'
{
  "message": "Files uploaded successfully"
}
This route is temporarily unavailable

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Response

200
application/json

Documents uploaded successfully

The response is of type object.