GET
/
generate-upload-url
Generate a signed URL to upload a zip file to.
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

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).