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
url
string
required

The signed URL to upload the zip file to.

bucket
string
required

The bucket (will match the bucket part of the url).

path
string
required

The path (will match the path part of the url).