Synthetic API
Synthetic: Upload URL
Returns a signed URL that allows authorized clients to upload a dataset to a secure storage bucket.
POST
Purpose: Provides a signed URL to securely upload a dataset to the storage bucket.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Username and filename for the dataset to be uploaded.
Username associated with this request.
The name of the file to be uploaded or downloaded.
Response
200
application/json
Signed URL successfully generated.
A time-limited URL for uploading or downloading data.
Example:
"https://storage.google.com/..."