统计校验服务
POST
https://fanyi-api.baidu.com/api/trans/vip/doccount
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://fanyi-api.baidu.com/api/trans/vip/doccount' \
--data-urlencode 'appid=' \
--data-urlencode 'file=' \
--data-urlencode 'from=' \
--data-urlencode 'to=' \
--data-urlencode 'timestamp=' \
--data-urlencode 'type=' \
--data-urlencode 'sign='
响应示例响应示例
{
"error_code": "string",
"error_msg": "string",
"data": {},
"charCount": 0,
"fileId": "string",
"amount": 0
}
请求参数
Body 参数application/x-www-form-urlencoded
appid
string
必需
file
string
必需
from
string
必需
to
string
必需
timestamp
string
必需
type
string
必需
sign
string
必需
返回响应
修改于 2022-07-01 07:36:47