Development
Presigned url
Retrieve a presigned url to post storage artifacts.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Query Parameters
objectName
string
requiredThe name of the object.
Response
200 - application/json
url
string
requiredThe presigned url.
storageUri
string
requiredThe storage URI to send back to the backend after the upload was completed.
fields
object
Fields to include in the body of the upload. Only needed by s3.
Was this page helpful?