博客
撰写博客
信息
- URL:
/third-part/blog/v2
- 方法:
POST
请求
-
授权:API 密钥
在头部添加参数
X-LP-TOKEN
示例:
X-LP-TOKEN: xxxxxxxx
-
请求体参数
site_id
: 字符串 | 必需- 站点 ID
is_publish
: 布尔值 | 可选 | 默认值: false- 是否发布
author_id
: 字符串 | 可选- 作者 id
version
: 字符串 | 可选 | 默认值: 2- 博客写作引擎版本. 建议使用
latest
- 支持 :
2
,3
,4
,5
,latest
- 博客写作引擎版本. 建议使用
config
: object | 必需- 配置选项
- 内参数:
sitemap
: 字符串 | 可选- 如果您填写sitemap,QuickCreator 将找到 1-5 个相关文章的链接并将其添加到文章末尾。
is_start_external_hyperlink
: 布尔值 | 可选 | 默认值: true- 是否在文章中自动添加外链
is_start_internal_hyperlink
: 布尔值 | 可选 | 默认值: true- W是否在文章中自动添加内链
internal_hyperlink_domain
: 字符串 | 可选- 文章内链来自指定的domain域名下
- 支持链接或域名. 举例:
https://xxxxxx.io/blog
orxxxxxxx.io
is_add_main_image
: 布尔值 | 可选 | 默认值: true- 是否自动添加博客的封面图
is_add_h2_images
: 布尔值 | 可选 | 默认值: true- 是否自动在文章内容中添加图片,开启后,AI会在1到2个合适的H2标题下插入图片
params
: object | 必需- 博客参数
- 内参数:
input_type
: 字符串 | 必需- 表示
p_input
的类型 - 支持
Keyword
: 根据目标主要关键词撰写博客文章Topic
: 根据目标主题撰写博客文章Title
: 用目标标题撰写一篇的博客文章
- 表示
p_input
: 字符串 | 必需- 与 input_type 的类型相对于
- 例子:
input_type
=Keyword
时,p_input
是关键词
target_blog_word_count
: 字符串 | 可选- 设定文章大概生成字数范围
- 支持 :
800-1000
,1000-2000
,2000-3000
language_id
: 字符串 | 可选 | 默认值: en- 设定文章生成语言,采用i18n码代表
- 支持 : 详情请参阅以下列表
is_add_keyword_frequency
: 布尔值 | 可选 | 默认值: false