| Item | Value |
|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location '/v2.0/auth/tools/upload' \
--form 'file=@""'
Responses
application/json
{
"code": 200,
"msg": "success",
"data": {
"fileId": "550e8400-e29b-41d4-a716-446655440000",
"fileSize": 47
}
}
Modified at 2026-07-23 09:12:36