Jasper.ai
  1. Tones
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. Tones

Run Tone Detector template

开发环境
开发环境
POST
/v1/templates/skl_0675674C81134B45AAA1E8C80D08DBC4/run
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v1/templates/skl_0675674C81134B45AAA1E8C80D08DBC4/run' \
--header 'Content-Type: application/json' \
--data-raw '{
    "inputs": {
        "inputText": "The word enterprise is so often used as a business descriptor that it'\''s easy to forget its greater meaning. In actuality, enterprise began as a way to describe a difficult task. And as such, the typical enterprise involved taking on a great deal of risk, venturing into uncharted waters, with a goal on the horizon that could make the whole venture worth it. But as AI flips the world on its head, to say those involved in bringing about AI in enterprise businesses face a difficult task is an understatement.We'\''ve seen enough of AI'\''s potential to sense the goal of AI adoption in the enterprise is worth it. But the waters ahead are certainly uncharted. That is, it'\''s hard to tell exactly how this journey toward AI-fueled enterprise business is going to go. However, understanding changes already well underway can give us at least a chance to divine how this journey will end. \n\n Enterprise AI is a category of business software that leverages AI to optimize your organization'\''s workflow. Some enterprise AI platforms can even offer data-driven insights to help grow your business in addition to optimizing for efficiency. \n\n As AI rapidly evolves, new use cases in enterprise businesses are popping up faster than can be documented in one article. There are three main benefits to implementing AI in enterprise businesses: /n/n 1. Improved Efficiency: As mentioned above, enterprises that leverage AI as part of their digital transformation initiatives quickly see efficiencies by automating repetitive, low-impact tasks. Once these tasks are automated, key employees and teams benefit from more time to focus on identifying and acting on strategic initiatives. Additional benefits for the enterprise include reducing human error and increasing overall productivity. /n/n2. Enhanced Decision-Making: As enterprises grapple with the size and scope of big data in business, the speed and thoroughness with which AI can collect, transform, and analyze it have become an operational must-have for stakeholders and decision-makers. Critically, modern AI'\''s ability to uncover potentially game-changing patterns within disparate data sets is nearly impossible for human analysts to identify./n/n3. Lower Costs, Higher ROI: AI-powered personalization doesn'\''t just benefit consumers. Behaviorally-targeted marketing is twice as effective as non-target marketing. This means, as AI platforms help marketers run their campaigns over time, marketing spend drops while return on investment (ROI) climbs."
    }
}'
响应示例响应示例
{}

请求参数

Body 参数application/json
inputs
object 
必需
inputText
string 
必需
示例

返回响应

🟢200成功
application/json
Body
object {0}
修改于 2024-01-30 03:44:08
上一页
Delete knowledge by ID
下一页
Create a tone
Built with