[CardHolder]-Get Presign Link
Developing
Request
Body Params application/json
Request Code Samples
curl --location --request POST '/api=getPresignLink' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "string"
}'
Responses
application/json {
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"fileName": "string",
"presignLink": "string",
"method": "string",
"createdTime": "2019-08-24T14:15:22Z",
"docId": "string"
}
}
Modified at 2025-03-19 07:16:46