Skip to main content
POST
/
v1
/
kyb
/
upload-url
Mint a signed PUT URL for a seller KYB document (incorporation, proof-of-ownership, proof-of-address, or an owner-scoped file). The dashboard PUTs the file, then sends publicUrl in the /kyb submit.
curl --request POST \
  --url https://api.example.com/v1/kyb/upload-url \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Body

application/json

The body is of type object.

Response

201

Signed upload URL minted