{
"userCode": "string",
"fileName": "string",
"documentType": "string"
}curl --location --request POST 'https://api-test.tevaupay.com/openapi/kyc/documentFile' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "string",
"fileName": "string",
"documentType": "string"
}'{
"code": 0,
"msg": "SUCCESS",
"data": {
"fileCode": "3b6dd24d-d4ee-479a-b4f3-xxxxx",
"ossAccessKeyId": "LTAI5tR1qZFDQ4xxxx",
"policy": "eyJleHBpcmF0aW9uIjoxxxx",
"signature": "8naJ7PfontGFKAOGzmxCXPWu69I=",
"key": "tevau-test/Public_catalogue/tenant/companyAppId001x/2025/09/29/test03.jpg",
"host": "https://tevau-test.oss-ap-xxx-1.aliyuncs.com",
"userCode": "CM25693983",
"fileName": "test03.jpg",
"documentType": "AML_REPORT"
},
"ok": true
}