好易智算-API文档
  1. sora2官方格式
好易智算-API文档
  • Chat(聊天)
    • Chat(聊天)
      POST
    • Chat(流式返回)
      POST
    • Chat(分析图片)
      POST
    • Chat(分析视频)
      POST
    • Chat(结构化输出)
      POST
    • Chat(兼容Recraftv3)
      POST
    • Chat(指定GPTs)
      POST
    • Chat(修改图片)
      POST
    • Chat(生成图片)
      POST
    • Chat(工具tools调用)
      POST
    • Chat(Claude Thinking)
      POST
    • gpt-3.5-turbo-instruct
      POST
  • 视频模型
    • 视频生成模型简介
    • 统一格式接口
      • sora2视频
        • chat(聊天格式兼容)
        • sora2文生视频
        • sora2图生视频
        • sora2故事板视频
        • 创建角色 Character
        • sora2 使用角色客串
        • sora2查询任务
    • sora2官方格式
      • 创建视频
        POST
      • remix 编辑视频
        POST
      • 查询视频进度
        GET
  • 音频模型
    • suno-actions
      • 上传音乐通过url
      • 生成歌曲(上传歌曲二次创作)
      • 批量获取任务
  • 绘图模型
    • 生图模型简介
    • nano-banana-2
      • Dalle格式介绍
      • Generations 通用 (图生图&文生图)
      • Edits 通用 (图像编辑)
      • Nano-banana(Generations,推荐对接)
      • Nano-banana(Edits兼容)
      • Nano-banana 官方格式
      • Recraftv3
      • 文生图
      • Flux
      • qwen-image (文生图)
      • qwen-image-edit (图生图)
      • qwen-image-edit-2509 (图生图)
      • 图像编辑(qwen-image-edit)
      • 所有图像编辑(异步)
      • 所有画图(异步)
      • 所有画图(异步) Copy
  1. sora2官方格式

remix 编辑视频

开发中
POST
https://maas.haoee.com/v1/videos/{task_id}/remix
https://platform.openai.com/docs/api-reference/videos/create

请求参数

Path 参数

Header 参数

Body 参数application/json

示例
{
    "prompt": "Extend the scene with the cat taking a bow to the cheering audience"
  }

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://maas.haoee.com/v1/videos//remix' \
--header 'Authorization: {{KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "Extend the scene with the cat taking a bow to the cheering audience"
  }'

返回响应

🟢200成功
application/json
Body

示例
{
    "id": "video_456",
    "object": "video",
    "model": "sora-2",
    "status": "queued",
    "progress": 0,
    "created_at": 1712698600,
    "size": "720x1280",
    "seconds": "8",
    "remixed_from_video_id": "video_123"
}
上一页
创建视频
下一页
查询视频进度
Built with