Skip to main content
POST
/
api
/
external
/
customer
/
{customer}
/
document
/
presigned-url
Get a KYB document upload URL
curl --request POST \
  --url https://api-prod.blaaiz.com/api/external/customer/{customer}/document/presigned-url \
  --header 'Authorization: Bearer <token>'
{
  "message": "Upload URL generated successfully",
  "data": {
    "file_id": "f6c04a3e-3cdb-4b07-87e5-7a7c0d8b1c10",
    "url": "https://s3.amazonaws.com/...?X-Amz-Signature=...",
    "headers": {
      "x-amz-acl": "private"
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer
string<uuid>
required

Response

Presigned URL ready.