EZLINK AI API
  1. Schemas
EZLINK AI API
  • Video
    • Veo3视频生成
      POST
    • 即梦视频生成
      POST
    • 可灵视频生成
      POST
    • 视频生成结果查询
      GET
  • Image
    • openai兼容格式(同步)
    • 异步兼容格式
      • Flux异步图像生成
      • 可灵绘图
      • 异步图像结果查询
  • LLMs
    • openai兼容
  • 可灵
    • OMNI video
      POST
    • 文生视频-text2video
      POST
    • 图生视频-image2video
      POST
    • 查询
      GET
    • 人脸识别
      POST
    • 对口型
      POST
    • 通用查询
      GET
    • motion-control
      POST
    • custom-elements
      POST
    • 自定义音色
      POST
    • 查询主体
      GET
    • 查询音色
      GET
    • 查询音色列表
      GET
    • 查询-动作控制
      GET
    • 查询文生视频
      GET
  • 基础接口
    • login
    • 调用大模型
    • claude
  • Flux
    • /v1/flux-2-pro
    • 查询flux
  • sora(原生)
    • sora原生视频
    • 查询内容接口
    • 查询详情接口
  • OpenAi
    • responses接口(原生)
  • Schemas
    • Schemas
      • Veo3VideoGenerationRequest
      • VideoGenerationRequest
      • Veo3Instance
      • Veo3Image
      • Veo3Parameters
      • JimengVideoGenerationRequest
      • JimengContent
      • JimengImage
      • JimengImageUrl
      • JimengParameters
      • FluxImageGenerationRequest
  1. Schemas

VideoGenerationRequest

{
    "model": "veo-3.0-generate-preview",
    "instances": [
        {
            "prompt": "string",
            "image": {
                "bytesBase64Encoded": "string",
                "mimeType": "string"
            }
        }
    ],
    "parameters": {
        "aspectRatio": "string",
        "durationSeconds": 0,
        "enhancePrompt": true,
        "generateAudio": true,
        "negativePrompt": "string",
        "personGeneration": "string",
        "sampleCount": 0,
        "seed": 0
    },
    "content": [
        {
            "type": "text",
            "text": "string",
            "image_url": {},
            "role": "first_frame"
        }
    ],
    "callback_url": "string"
}
Built with