# 百度AI生成：标题生成大纲

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/ai/chat/wx/outline:
    get:
      summary: 百度AI生成：标题生成大纲
      deprecated: false
      description: |
        此接口是通过标题生成大纲，与百度AI-大纲生成内容组合使用，最终生成大纲+内容的结果。
      tags:
        - 智能生成/内容生成
      parameters:
        - name: task_id
          in: query
          description: |
            任务ID
          required: true
          example: '44'
          schema:
            type: string
        - name: x-api-key
          in: header
          description: ''
          required: true
          example: 645e1231d1ba222
          schema:
            type: string
        - name: x-channel
          in: header
          description: ''
          required: true
          example: ''
          schema:
            type: string
        - name: x-token
          in: header
          description: ''
          required: true
          example: Y2QYY2UYNWYTZWU0ZC0ZODIYLTG4YTKTNZE3NDM5YWM1YZG3
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  content:
                    type: string
                required:
                  - content
                x-apifox-orders:
                  - content
              example: "event:message\r\ndata:{\"content\":\"# 考研\\n## \"}\r\n\r\nevent:message\r\ndata:{\"content\":\"1. 考研背景介绍\\n### 1.1 考研的定义和重要性\\n#### 1.1.1 考研的定义\\n#### 1.1.2 考研的重要性\\n### 1.2 考研的历史和发展\\n#### 1.2\"}\r\n\r\nevent:message\r\ndata:{\"content\":\".1 考研的起源和发展\\n#### 1.2.2 考研的现状和趋势\\n## 2. 考研的准备\\n### 2.1 心理准备\\n#### 2.1.1 确定目标\\n#### 2.1\"}\r\n\r\n......\r\n\r\nevent:message\r\ndata:{\"content\":\"识别和评估\\n#### 6.1.2 压力缓解的方法\\n### 6.2 应考心态调整\\n#### 6.2.1 应考心理准备\\n#### 6.2.2 应考心态调整策略\"}\r\n\r\nevent:close\r\ndata:api-close"
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: 智能生成/内容生成
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/4285308/apis/api-165836941-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: http://dev-cn.your-api-server.com
    description: 开发环境
  - url: http://test-cn.your-api-server.com
    description: 测试环境
  - url: https://co.aippt.cn
    description: 正式环境
security: []

```
