File Endpoint
GET signed url to upload
Returns a unique file identifier, a URL, and fields required for uploading a file to S3.
GET
/
signedUrl
Authorizations
x-api-key
string
headerrequiredQuery Parameters
file
string
requiredThe name of the file to be uploaded.
Response
200 - application/json
file
string
requiredThe unique identifier for the file, used as the file name in S3.
url
string
requiredThe URL of the S3 bucket to which the file should be uploaded.
fields
object
requiredA map containing all the fields required for the upload server.