File Endpoint
GET signed url to upload
Returns a unique file identifier, a URL, and fields required for uploading a file to S3.
GET
Authorizations
Query Parameters
The name of the file to be uploaded.
Response
200 - application/json
A map of fields needed to upload the file, including the pre-signed URL.
The unique identifier for the file, used as the file name in S3.
The URL of the S3 bucket to which the file should be uploaded.
A map containing all the fields required for the upload server.