众扬汇 AI 开放平台 API 文档

视频特效

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: "本页接口说明详见下方接口定义;参数取值与返回以本平台实测为准。"
  version: 1.0.0
paths:
  /kling/v1/videos/effects:
    post:
      summary: 视频特效
      deprecated: false
      description: "本接口按 effect_scene 区分特效类型,当前可用取值:单图类(fuzzyfuzzy、squish、expansion)、双人互动特效(hug、kiss、heart_gesture,共 3 款)。具体参数见本页接口定义;上游文档外链已移除。"
      tags:
        - 快手可灵(官方格式)
      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:
          application/json:
            schema:
              type: object
              properties:
                effect_scene:
                  type: string
                input:
                  type: object
                  properties:
                    model_name:
                      type: string
                    mode:
                      type: string
                    images:
                      type: array
                      items:
                        type: string
                    duration:
                      type: string
                  required:
                    - model_name
                    - mode
                    - images
                    - duration
              required:
                - effect_scene
                - input
            examples: {}
      responses:
        '200':
          description: "该字段的取值与含义以本平台实际返回为准。"
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: SUCCEED
                request_id: CmJ8DGePZioAAAAAAFIvOQ
                data:
                  task_id: CmJ8DGePZioAAAAAAFIvOQ
                  task_status: submitted
                  created_at: 1785000000000
                  updated_at: 1785000000000
          headers: {}
      security: []
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

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

模型名请在「模型广场」复制后填入,不要手输;计费、限流与在售清单以平台实测为准(部分数值待补)。