章节作者
POST
https://flows.contentvillain.com/webhook/section-writer一旦有了简介,您就需要专注于博客文章的核心内容。如何利用人工智能有效地做到这一点?您可以做的最好的事情之一就是规划您的各个部分或使用大纲工具来获得一一些想法。一旦您了解了要创建的内容,您就可以使用此部分编写器端点来获取博客文章所需的段落。言归日正传,这里是使用AI创建博客段落的AP端点。
根据提供的博客信息创建有关任何主题的段落。
请求参数
Body 参数application/json
Blog Title
string
必需
Description
string
必需
示例
{
"Blog Title": "string",
"Description": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
text
string
可选
示例
[
{
"text": "As you probably know, you don't have to be a creative genius to be a good writer. If you have been struggling to write for a while then using AI copywriting could help you get things off the ground faster. Some people prefer to use their computer rather than write with pen and paper because it's faster. However, using computer is also more time consuming than using pen and paper. If you are already using a computer then using AI copywriting is a great way to keep up with your writing."
}
]
最后修改时间: 9 个月前