Obtain the response of your submitted task.
GET
/obtain请求参数
Unique identifier for the task to be retrieved.
Authentication API key to access the endpoint.
示例代码
返回响应
The response code. 0 indicates success.
The error message, providing details in case of an error.
The content to be inputted. Minimum 50 words required.
The number of words in the input.
A unique identifier for the task to be retrieved.
The output content.
The number of words used.
The status of a single subtask. It can be 'running' for a subtask in progress, 'completed' for a successful subtask, and 'failed' for a failed subtask.
A boolean indicating whether the whole task is completed. 'true' means the task is completed, 'false' means it is not.
The detection result of whether the content was generated by AI. It can be 'uncertain' for possibly AI-generated, 'human' for not AI-generated, and 'ai' for AI-generated.
The detection result measured as a score within the range of [0-100]. 0 indicates that the content is entirely AI-generated, while 100 indicates that it is entirely human-written.
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.
{
"err_code": 0,
"err_msg": "Success",
"data": {
"input": "How to Give a Great Gift to Someone\n\n\nChoosing the perfect gift for someone can be a delightful experience when you consider their preferences and interests. Here's a guide on how to give a great gift that will be appreciated and cherished:\n\n\n1. Know the Recipient: Take the time to understand the person you're buying for. Consider their hobbies, interests, and personality. What makes them happy?\n\n\n2. Listen and Observe: Pay attention to any hints or mentions of things they want or need. Sometimes, people drop subtle hints about what they'd like as a gift.\n\n\n3. Consider Practicality: A useful gift can be just as thoughtful as a sentimental one. Think about what would make the recipient's life easier or more enjoyable.",
"input_words": 122,
"task_id": "2c451bac-c5ea-4e77-a21a-23ebc14ba47f",
"words_used": 97,
"output": "How to Give a Great Gift to Someone\n\nChoosing the perfect present for another requires deep reflection on their passions and pursuits. A guide for bestowing a gift certain to be cherished:\n\n1. Fathoming the recipient entails comprehending their diversions, interests, and persona. What lifts their spirit? \n\n2. Heed hints and allusions to objects they covet or necessities they require, whether oblique or overt. Subtle signposts sometimes indicate coveted offerings.\n\n3. Pondering usefulness alongside sentiment, a present easing life or amplifying joy merits equal thought. Consider how your selection may delight through facilitating pleasure or alleviating burden.",
"subtask_status": "completed",
"task_status": true,
"detection_result": "human",
"detection_score": 100,
"mode": "Fast"
}
}