{
  "openapi": "3.0.3",
  "info": {
    "title": "毒鸡汤",
    "description": "专为Z世代社交场景打造的暗黑文学引擎，无需训练模型、不必配置参数，单次API调用即可获得170字内的灵魂暴击金句。融合社会学洞察与网络热梗，每日更新，覆盖职场PUA、催婚焦虑、消费主义等21类当代痛点话题，让用户在大笑中完成情绪宣泄，用反鸡汤哲学实现另类治愈。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/2784-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 5,
      "x-connect-timeout": 5,
      "post": {
        "summary": "生成毒鸡汤",
        "description": "随机生成一句毒鸡汤，生成的鸡汤最长不超过170个中文字符。",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "ret_code": {
                              "type": "number",
                              "description": "0表示生成成功，-1表示失败"
                            },
                            "remark": {
                              "type": "string",
                              "description": "错误信息"
                            },
                            "emposion": {
                              "type": "string",
                              "description": "毒鸡汤文"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2784_1_POST",
        "parameters": []
      }
    }
  },
  "components": {
    "securitySchemes": {
      "AppKeyAuth": {
        "type": "apiKey",
        "in": "query",
        "name": "appKey",
        "description": "从 ShowAPI 控制台获取的 appKey，管理地址：https://www.showapi.com/console#/myApp"
      }
    },
    "schemas": {
      "ShowapiResEnvelope": {
        "type": "object",
        "description": "ShowAPI 统一返回包裹（业务数据位于 showapi_res_body）",
        "properties": {
          "showapi_res_code": {
            "type": "integer",
            "description": "API 返回的状态码"
          },
          "showapi_res_error": {
            "type": "string",
            "description": "API 返回的错误信息"
          },
          "showapi_res_id": {
            "type": "string",
            "description": "API 请求的唯一标识"
          },
          "showapi_fee_num": {
            "type": "integer",
            "description": "API 调用计费次数"
          }
        }
      }
    }
  },
  "security": [
    {
      "AppKeyAuth": []
    }
  ],
  "externalDocs": {
    "url": "https://www.showapi.com/apiGateway/view/2784?tab=book"
  },
  "x-apiCode": "2784",
  "x-is-own": true,
  "x-is-op": true
}