> ## Documentation Index
> Fetch the complete documentation index at: https://help.jeekmind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Seedance2.0体验版



## OpenAPI

````yaml /apidoc/toopen.json post /workflow/seedanceDiscountChannel1
openapi: 3.0.0
info:
  title: AI智能助手
  description: ''
  version: 1.0.0
  x-project-id: 5114af8cdc71000
  x-marks:
    - mark_id: '1'
      project_id: '0'
      name: 开发中
      color: '#2857FF'
      is_sys_default: 1
      is_default_mark: 1
    - mark_id: '2'
      project_id: '0'
      name: 已完成
      color: '#26CEA4'
      is_sys_default: 1
      is_default_mark: -1
    - mark_id: '3'
      project_id: '0'
      name: 需修改
      color: '#FFC01E'
      is_sys_default: 1
      is_default_mark: -1
    - mark_id: '4'
      project_id: '0'
      name: 已废弃
      color: '#FF2200'
      is_sys_default: 1
      is_default_mark: -1
servers:
  - url: ''
    description: uat环境
    x-env-id: ''
    variables:
      codekey:
        default: ''
        description: ''
      enterpriseToken:
        default: xxxx
        description: ''
      toadminurl:
        default: http://admin.aiassistant.uat.jeekup.top
        description: ''
      ContentType:
        default: application/json
        description: ''
      mur:
        default: xxxxx
        description: ''
      toenterprise:
        default: localhost:9506
        description: ''
      Originadmin:
        default: localhost:9506
        description: ''
      Originenterprise:
        default: localhost:9506
        description: ''
      Time:
        default: '122'
        description: ''
      adminToken:
        default: xxxx
        description: ''
      code:
        default: ''
        description: ''
security: []
tags:
  - name: 开放端
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 13c15f40f84183
  - name: 01、统一控制
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2a79cc68704c08
  - name: 02、功能模块
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2cb9cb01b040d2
  - name: 视频生成
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2cb9cb01b040e6
  - name: 素材管理
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 39ce5bb9f041a3
  - name: 官方版
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 3c9c3e7df764e3
  - name: 渠道-素材模块-暂未开放
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 3cb35accb7659e
paths:
  /workflow/seedanceDiscountChannel1:
    post:
      tags:
        - 视频生成
      summary: Seedance2.0体验版
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                prompt:
                  type: string
                  description: 提示词
                  example: ''
                  default: ''
                aspect_ratio:
                  type: string
                  description: >-
                    画面比例（1:【16:9】。2:【9:16】。3:【1:1】）【注意：当模型选择了seedance2.0-满血高清
                    ，画面比例只能使用16:9和9:16】
                  example: ''
                  default: ''
                model_option:
                  type: string
                  description: 模型（1：seedance2.0-fast 2：seedance2.0-满血 3：seedance2.0-满血高清）
                  example: ''
                  default: ''
                resolution_option:
                  type: string
                  description: >-
                    分辨率（1：480p、2：720p、3：1080p
                    4:4k）【注意：当模型选择seedance2.0-fast和seedance2.0-满血,分辨率只支持，480p和720p，seedance2.0-满血高清
                    分辨率支支持，720p、1080p和4k】
                  example: ''
                reference_urls:
                  type: array
                  description: >-
                    擦靠素材
                    【注意：当选择seedance2.0-fast或seedance2.0-满血，参考图片最多上传4张，参考视频最多上传3条，参考音频最多1条；当选择seedance2.0-满血高清，参考图片最多上传9张，参考视频最多上传3条，参考音频最多3条】
                  example: ''
                  items:
                    type: string
              required:
                - prompt
                - aspect_ratio
                - model_option
                - resolution_option
      responses:
        '200':
          description: 成功
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: ''
        '404':
          description: 失败
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: ''

````