GET
/
generate-upload-url
curl --request GET \
  --url https://api.withampersand.com/v1/generate-upload-url \
  --header 'X-Api-Key: <api-key>'
{
  "url": "<string>",
  "bucket": "<string>",
  "path": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Response

200
application/json
Signed URL

The response is of type object.