SEO伪原创API接口

SEO56伪原创,为您提供专业高效的伪原创API接口、seo原创工具, 无期限免费试用再付费升级。

数据ID:74 接口状态:正常

连接应用数:600 接入服务商:SEO56伪原创

¥68.00 起 点击购买套餐
申请数据
接口地址:https://seo56.cn/Api/Weiyuanchuang/post
返回格式:JSON
请求方式:POST
接口备注:伪原创接口
接口DEMO下载:点击下载
火车头采集器整合:点击查看
请求参数:
名称 类型 必填 说明
appkey String 应用APPKEY
title String 伪原创标题
title_mode int 0 标题模式
content Longtext 伪原创内容
ratio Int 替换比率,不填默认100%;
type Int 0为伪原创API接口, 1为 AI+伪原创接口 2 AI原创
返回字段说明:
名称 类型 说明
count Int 替换关键词个数
title String null
content String null
content_new String 伪原创处理后的内容
replaceword Array 近义词替换详情
replace_length Int 替换词库长度
content_length Int 去除THML内容总长度
replace_ratio String 替换比率
JSON返回示例:
{
"error_code":20000,
"message":"ok",
"count":5,
"title":'',
"content":"金砖国家领导人第九次会晤将于9月3日至5日在福建省厦门市举行。国家主席习近平将主持金砖国家领导人第九次会晤和新兴市场国家与发展中国家对话会,并出席金砖国家工商论坛开幕式等有关活动。外交部今天在北京举行中外媒体吹风会,介绍了有关情况",
"content_new":"金砖国家领导人第九次会晤将于9月3日至5日在福建省厦门市举行。国家主席习近平将主持金砖国家领导人第九次会晤和新兴市场国家与发展中国家对话会,并出席金砖国家工商论坛开幕式等有关活动。外交部今天在北京举行中外媒体吹风会,介绍了有关情况",
"replaceword":"[{"key":"对","value":"对于"},{"key":"发展","value":"开展"},{"key":"会晤","value":"会面"},{"key":"活动","value":"运动"},{"key":"情况","value":"状况"}]",
"replace_length":9,
"content_length":115,
"replace_ratio":"7.83%"
}
PHP示例代码:
$url = "https://www.seo56.cn/Api/Weiyuanchuang/post";
// 参数数组
$data = array (
    'appkey' => '443195983c4a12361ce14c77886a6856', 
    'content' => '文章内容',
    'title' => '标题',
    'type' => 0,  //0为伪原创API接口, 1为 AI+伪原创接口 2 AI原创
    'title_mode'=> 0,  //0不开启 1开启 标题模式
    'ratio'=>100
);
$ch = curl_init ();
curl_setopt ( $ch, CURLOPT_URL, $url );
curl_setopt ( $ch, CURLOPT_POST, 1 );
curl_setopt ( $ch, CURLOPT_HEADER, 0 );
curl_setopt($ch, CURLOPT_TIMEOUT, 8);
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $data );
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
$return = curl_exec ( $ch );
curl_close ( $ch );
print_r($return);
函数
function get_seo56_content($content){
    $url = "https://www.seo56.cn/Api/Weiyuanchuang/post";
    // 参数数组
    $data = array (
        'appkey' => 'xxx00c9fa6e2f68df929a643a894', 
        'content' => $content,
        'type' => 1,  //0为伪原创API接口, 1为 AI+伪原创接口 2 AI原创
        'title_mode'=>0,  //0普通模式 1开启 标题模式
        'ratio'=>100
    );
    $ch = curl_init ();
    curl_setopt ( $ch, CURLOPT_URL, $url );
    curl_setopt ( $ch, CURLOPT_POST, 1 );
    curl_setopt ( $ch, CURLOPT_HEADER, 0 );
    curl_setopt($ch, CURLOPT_TIMEOUT, 4);
    curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
    curl_setopt ( $ch, CURLOPT_POSTFIELDS, $data );
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    $return = json_decode(curl_exec ( $ch ),true);
    curl_close ( $ch );
    if($return['content_new'] && $return['error_code']==20000){
        $body=$return['content_new'];
    }else{
        $body  =$content;
    }
    return $body;
}
服务级错误码参照(error_code):
错误码 说明
10001 appkey为空或错误
10002 伪原创内容为空或传参字字段错误
10003 伪原创生成失败
10004 您的免费次数已用完或次数不足,请联系客服购买QQ397383705
20000 ok 伪原创生成功
资费说明:
名称 价格
次数 说明
一月 ¥68.00
不限  
三个 ¥200.00
不限  
半年 ¥380.00                不限  
一年 600.00
不限  
终身 ¥3888.00
不限  
为什么选择SEO56伪原创数据?

稳定,可靠 << 专业的技术支持维护,高性能服务器,安全防护。

其他相关内容

在线客服QQ:397383705


火车头插件: 点击下载