File Upload

File Uploadlink

POST/v1/upload

Upload File

lock

Requires Bearer token authentication.

Request body

multipart/form-data
{
  "file": ""
}

Responses

Successful response

null
boltTry it
env
POSThttps://api.example.com/v1/v1/upload

Request body

Code samples

curl -X POST 'https://api.example.com/v1/v1/upload' \
  -H 'Content-Type: application/json' \
  --data-raw '{
  "file": ""
}'