Synthetic API
Synthetic: Download URL
Returns a signed URL that allows authorized clients to download a previously uploaded or generated synthetic dataset.
POST
Purpose: Provides a signed URL to securely download a previously uploaded or generated dataset.
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 downloaded.
The body is of type object
.
Response
200
application/json
Signed URL successfully generated.
The response is of type object
.