HIX.AI
  1. Submit
HIX.AI
  • Obtain
    • Obtain the response of your submitted task.
      GET
  • Submit
    • Create and submit a humanization task.
      POST
  1. Submit

Create and submit a humanization task.

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/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 参数

Body 参数application/json

示例

返回响应

🟢200Successfully retrieved task details.
application/json
Body

修改于 2024-04-18 07:54:38
上一页
Obtain the response of your submitted task.
Built with