cURL
curl --request GET \ --url https://api.ubpass.co/v1/uploads/s3-url \ --header 'api-key: <api-key>'
{ "key": "<string>", "url": "<string>" }
Get a pre-signed URL to upload a file to S3
API Key authentication
Pre-signed URL generated successfully