Skip to main content
POST
/
api
/
v1
/
file-upload
Retrieve a token to upload a file
curl --request POST \
  --url https://in.rough.app/api/v1/file-upload \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

token
string
required