Jasper.ai
  1. Templates
Jasper.ai
  • 入门
  • 验证
  • Jasper 人工智能引擎
  • 版本控制
  • 速率限制
  • 状态代码和错误
  • Command
    • Run command
      POST
  • Knowledge
    • Create knowledge
      POST
    • Retrieve knowledge
      GET
    • Retrieve a specific knowledge
      GET
    • Update a knowledge
      PATCH
    • Delete knowledge by ID
      DELETE
  • Tones
    • Run Tone Detector template
      POST
    • Create a tone
      POST
    • Retrieve tones
      GET
    • Retrieve tone by ID
      GET
    • Update a tone by ID
      PATCH
    • Delete a tone by ID
      DELETE
  • keep writing
    • Run keep writing
      POST
  • Templates
    • Retrieve templates
      GET
    • Retrieve a template by ID
      GET
    • Run Text Summarizer template
      POST
    • Run One-Shot Blog template
      POST
    • Run Facebook Ad Primary Text template
      POST
  • Usage
    • Retrieve API usage
  1. Templates

Run Text Summarizer template

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v1/templates/skl_C5598D790CC54111B6A16074253F7EE9/run
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v1/templates/skl_C5598D790CC54111B6A16074253F7EE9/run' \
--header 'Content-Type: application/json' \
--data-raw '{
    "inputs": {
        "blandContent": "This AI is freaking incredible. Writing content for my company used to take hours and my brain would be mush at the end of each day. With conversion.ai, I can spark creativity at any point in the day - whether I'\''m building out trainings, copywriting for social media, or creating books for lead generation. My only wish is that I could have met Jarvis (the AI'\''s name) sooner! I have shown a brief glimpse at what the AI does to other friends of mine in business and they were shocked just with one tool - BUT the team is constantly expanding the types of content that the AI produces."
    },
    "options": {
        "outputCount": 2
    }
}'
响应示例响应示例
{}

请求参数

Body 参数application/json
inputs
object 
必需
blandContent
string 
必需
options
object 
必需
outputCount
integer 
必需
示例

返回响应

🟢200成功
application/json
Body
object {0}
修改于 2024-01-30 03:44:08
上一页
Retrieve a template by ID
下一页
Run One-Shot Blog template
Built with