Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://ampersand-24eb5c1a-docs-subscribe-permission-metadata.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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