GET
/
generate-upload-url

Authorizations

X-Api-Key
string
headerrequired

Query Parameters

fileName
string

The name of the file to upload

md5
string

The base64-encoded MD5 hash of the file to upload (optional). If you attach this, you must also attach the Content-MD5 header to the upload request.

Response

200 - application/json
url
string
required

The signed URL to upload the zip file to.

reference
string
required

The WriteRequest.RecordsURL value to pass back in the write request. It will start with "gs://".