v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

Video Editing - Edit video based on videos and reference images

post/happyhorse/api/v1/services/aigc/video-generation/video-synthesis

Request body

modelstring required

Model name. Fixed value: happyhorse-1.0-video-edit.

Example request

{
  "model": "happyhorse-1.0-video-edit",
  "input": {
    "media": [
      {
        "type": "video"
      }
    ]
  },
  "parameters": {
    "resolution": "720P",
    "audio_setting": "auto",
    "seed": 12345
  }
}

Response

Request successful

request_idstring required

Request unique identifier. Can be used for request tracing and troubleshooting.

Example response

{
  "output": {
    "task_status": "PENDING",
    "task_id": "0385dc79-5ff8-4d82-bcb6-xxxxxx"
  },
  "request_id": "4909100c-7b5a-9f92-bfe5-xxxxxx"
}