众扬汇 AI 开放平台 API 文档

获取官方舞蹈视频模版-获取tag

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: "本页接口说明详见下方接口定义;参数取值与返回以本平台实测为准。"
  version: 1.0.0
paths:
  /pro/viggle/template2/tag:
    get:
      summary: 获取官方舞蹈视频模版-获取tag
      deprecated: false
      description: "分两步:1. 获取 tag;2. 获取 tag 下的模板。返回 data[0].id 即为 tagID。"
      tags:
        - 废弃、未开放/Viggle 舞蹈合成
      parameters:
        - name: Content-Type
          in: header
          description: "该字段的取值与含义以本平台实际返回为准。"
          required: true
          example: application/json
          schema:
            type: string
        - name: Authorization
          in: header
          description: "该字段的取值与含义以本平台实际返回为准。"
          required: false
          example: Bearer {{YOUR_API_KEY}}
          schema:
            type: string
            default: Bearer {{YOUR_API_KEY}}
      requestBody:
        content:
          text/plain:
            schema:
              type: string
            examples: {}
      responses:
        '200':
          description: "该字段的取值与含义以本平台实际返回为准。"
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: "{\r\n  \"code\": 0,\r\n  \"message\": \"ok\",\r\n  \"ts\": \"\",\r\n  \"reason\": \"\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"9c1e0a2b-7d44-4f10-9a53-2b1c8e6d0f11\",\r\n      \"name\": \"Featured\",\r\n      \"sort\": 100\r\n    },\r\n    {\r\n      \"id\": \"9c1e0a2b-7d44-4f10-9a53-2b1c8e6d0f11\",\r\n      \"name\": \"Trending\",\r\n      \"sort\": 80\r\n    },\r\n    ...\r\n  ]\r\n}"
          headers: {}
      security: []
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

使用提示:本页接口的 Base URL 为 https://api.allyang.cn,请求头需携带 Authorization: Bearer <令牌>(令牌在控制台「令牌管理」中创建)。示例中的任务 ID、时间戳与文件地址均为示意值,实际以平台返回为准。

该分组标记为「废弃 / 未开放」,接入前请先与对接人确认开放状态。