博客结论
POST
https://flows.contentvillain.com/webhook/blog-conclusion用专业的结论来完成博客文章说起来容易做起来难。您需要确保结论与文本的其余部分一致,并提供您希望受众采取特定行动的号召性用语。幸运的是,有一个API端点可以使用AI创建博客结论。看看下面。
使用AI生成博客结论
请求参数
Body 参数application/json
Blog Title
string
必需
Blog Summary
string
必需
Blog CTA
string
必需
示例
{
"Blog Title": "string",
"Blog Summary": "string",
"Blog CTA": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
text
string
可选
示例
[
{
"text": "Our goal here is to show that cold outreach is an important part of your marketing strategy and that you should take advantage of it to get the word out about your brand. There are so many different ways that you can go about cold outreach and we'll go over a few examples for you to get you started. With the use of cold outreach, you can reach more people and do it at a lower cost than if you used direct mail. Also, you can also create brand awareness. Using cold outreach can help increase brand awareness, help get more customers and also create more brand loyalty. Learn more about cold outreach in our Cold Outreach guide."
}
]
最后修改时间: 9 个月前