LONGSHOT AI
  1. 功能接口
LONGSHOT AI
  • 验证
  • 功能接口
    • FactGPT
      POST
    • AutoBlog (一键式、原创、SEO 优化博客)
      POST
    • AutoBlog Large(更大、更复杂/专业的内容)
      POST
    • 指令提示
      POST
    • 重述你的内容
      POST
    • 文本扩展
      POST
    • 关键词段落
      POST
    • 根据项目符号列表生成段落
      POST
    • 段落粉碎机
      POST
    • 生成产品文案
      POST
    • 上传文件
      POST
  • 高级功能接口
    • 验证你的文档
      POST
    • 多重声明检测
      POST
    • 多重声明检测与验证
      POST
  1. 功能接口

生成产品文案

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/custom/api/generate/product/copies
此接口使您能够生成引人注目的产品描述或评论。它可以利用SERP数据来增强基于最新在线内容的生成内容。

请求参数

Header 参数

Body 参数application/json

示例

返回响应

🟢200成功
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/generate/product/copies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "description": "LongShot is an automatic content creation platform",
    "product": "Longshot",
    "feature_type": "product_description",
    "language": "en",
    "serp": true,
    "phrases_to_exclude": ["Introducing", "Step into"]
}'
响应示例响应示例
{
        "copies": [
          {
            "content": "<Generated Product Content>"
          }
        ],
        "status": "success",
        "message": "Generated successfully",
        "credits_used": "<Credits>"
      }
修改于 2024-02-20 03:45:55
上一页
段落粉碎机
下一页
上传文件
Built with