cURL
curl --request POST \ --url https://api-prod.blaaiz.com/api/external/customer/{id}/files \ --header 'Content-Type: application/json' \ --header 'x-blaaiz-api-key: <api-key>' \ --data ' { "id_file": "file_123456", "proof_of_address_file": "file_789012", "liveness_check_file": "file_345678" } '
{ "message": "Customer files uploaded successfully" }
Upload verification files for a customer. Use file_id values from the File API presigned upload. Newly uploaded files override previous records. The id_file must be uploaded for verification.
Customer ID
file_id for identity document (from File API presigned upload).
file_id for proof of address.
file_id for liveness check.
Files uploaded successfully
Was this page helpful?