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
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 
必需
Authentication API key to access the endpoint.
Body 参数application/json
input
string 
可选
The content to be inputted. Minimum 50 words required.
mode
enum<string> 
可选
The mode you choose to humanize the text. It can be 'Fast', 'Balanced', 'Aggressive', or 'Latest'. Fast: Offer fast text humanization to bypass AI detectors easily. Balanced: Provides a moderate level of rewriting to bypass more detectors. Aggressive: Applies extensive changes to bypass advanced detectors. Latest: Humanizes AI text with our latest, most effective technology.
枚举值:
FastBalancedAggressiveLatest
示例

返回响应

🟢200Successfully retrieved task details.
application/json
Body
err_code
integer 
可选
The response code. 0 indicates success.
err_msg
string 
可选
The error message, providing details in case of an error.
data
object 
可选
task_id
string 
可选
A unique identifier for the task to be retrieved.
上一页
Obtain the response of your submitted task.
Built with