Skip to main content
POST
/
v1
/
public
/
buyer-kyc
/
upload-url
Buyer-session: mint a signed PUT URL for a KYC file (selfie or ID document). The buyer-portal PUTs the file to uploadUrl with uploadHeaders, then sends publicUrl in the /buyer-kyc submit.
curl --request POST \
  --url https://api.example.com/v1/public/buyer-kyc/upload-url \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

201

Signed upload URL minted