Skip to main content
POST
/
storage
/
{storage_id}
/
file-upload-url
/
{path}
Create File Upload Url
curl --request POST \
  --url https://api.cloud.wherobots.com/storage/{storage_id}/file-upload-url/{path} \
  --header 'Authorization: Bearer <token>'
{
  "destination": "<string>",
  "uploadUrl": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

storage_id
string
required
path
string
required

Response

Successful Response

destination
string
required
uploadUrl
string
required