Create and submit a humanization task.
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/submit
Submit
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/submit' \
--header 'api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "string",
"mode": "Fast"
}'
响应示例响应示例
{
"err_code": 0,
"err_msg": "string",
"data": {
"task_id": "string"
}
}
请求参数
Header 参数
api-key
string
必需
Body 参数application/json