cURL
curl --request GET \ --url https://api.withampersand.com/v1/generate-upload-url \ --header 'X-Api-Key: <api-key>'
{ "url": "<string>", "bucket": "<string>", "path": "<string>" }
Signed URL
The signed URL to upload the zip file to.
The bucket (will match the bucket part of the url).
The path (will match the path part of the url).
Was this page helpful?