Skip to main content
POST
/
insight
/
check_space
Check Space
curl --request POST \
  --url https://api.example.com/insight/check_space/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_size_in_mb": 123
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
file_size_in_mb
number
required

Response

Successful Response

{key}
string