Skip to main content
POST
/
docs
/
v1
/
uploads
cURL
curl --request POST \
  --url https://api-dev.meeamitech.com/docs/v1/uploads \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "message": "File is uploaded successfully and will be processed shortly."
}

Authorizations

Authorization
string
header
required

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

Query Parameters

mvns
integer
default:0

The number of items to return per page

dgc
integer
default:0
bvs
integer
default:0

Body

multipart/form-data

File to upload

file
file
required

The file to upload

Response

200 - application/json

File is uploaded successfully

file
file
required