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

Authorizations

api-key
string
header
required

API Key authentication

Response

200 - application/json

Pre-signed URL generated successfully

key
string
url
string