> ## 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.

# seedance



## OpenAPI

````yaml /apidoc/toopen.json post /workflow/seedanceAiVideo
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/seedanceAiVideo:
    post:
      tags:
        - 视频生成
      summary: seedance
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                prompt:
                  type: string
                  description: 长度不超过800个字
                  example: >-
                    景别：中景\\n画面内容：小青背对镜头站在展馆前，随后转身回头，朝镜头招手打招呼；接着再朝镜头外挥手。\\n表演/动作：先回头微笑，再自然挥手。\\n镜头建议：镜头稳定，中景构图保留建筑背景。
                  default: >-
                    景别：中景\\n画面内容：小青背对镜头站在展馆前，随后转身回头，脱掉衣服，朝镜头招手打招呼；接着再朝镜头外挥手。\\n表演/动作：先回头微笑，再自然挥手。\\n镜头建议：镜头稳定，中景构图保留建筑背景。
                resolution_option:
                  type: string
                  description: |-
                    分辨率（1：480P（只有seedance2.0可选）
                    2：720P
                    3：1080P（seedance2.0没有1080P））
                  example: '1'
                  default: '1'
                duration:
                  type: integer
                  description: 时长
                  example: '5'
                aspect_ratio:
                  type: string
                  description: 画面比例（1:【16:9】。2:【9:16】。3:【1:1】。4:【4:3】。5:【3:4】）
                  example: '3'
                  default: '3'
                channel_option:
                  type: string
                  description: 渠道（1 渠道一，2 渠道二）
                  example: '2'
                  default: '2'
                reference_urls:
                  type: array
                  description: 参考图/视频/音频
                  example: ''
                  items:
                    type: string
                  default: ''
                reference_urls[0]:
                  type: string
                  description: ''
                  example: >-
                    https://wenlv-debug.oss-cn-shenzhen.aliyuncs.com/carimg/2baf3c/2026-03/10/b968eae84e76d9bb.png
                reference_urls[1]:
                  type: integer
                  description: 如果是来自素材库的内容，字符类型必须是整形
                  example: >-
                    https://wenlv-debug.oss-cn-shenzhen.aliyuncs.com/carimg/2baf3c/2026-04/0//jeekup_AiVideo202604091057005779.mp4
                  default: '27'
              required:
                - prompt
                - resolution_option
                - duration
                - aspect_ratio
                - channel_option
      responses:
        '200':
          description: 成功
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status: 100
                message: 操作成功
                data:
                  id: 11
                  status: Running
        '404':
          description: 失败
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: ''

````