Skip to main content
POST
/
api
/
file
/
upload
Upload File Query
curl --request POST \
  --url https://api.example.com/api/file/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Session-API-Key: <api-key>' \
  --form file='@example-file'
{
  "success": true
}

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

path
string
required

Absolute file path

Body

multipart/form-data
file
file
required

Response

Successful Response

success
boolean
default:true