Remix a Video
Create a remix of a completed video using a refreshed prompt.
Documentation Index
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizações
Gateway-issued API key, formatted as sk-gateway-xxxxxxxx.
Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).
Parâmetros de caminho
The identifier of the completed video to remix.
"video_123"
Corpo
Parameters for remixing an existing generated video.
Updated text prompt that directs the remix generation.
1 - 32000Resposta
Success
Structured information describing a generated video job.
Unique identifier for the video job.
The object type, which is always video.
video The video generation model that produced the job.
Current lifecycle status of the video job.
queued, in_progress, completed, failed Approximate completion percentage for the generation task.
Unix timestamp (seconds) for when the job was created.
Unix timestamp (seconds) for when the job completed, if finished.
Unix timestamp (seconds) for when the downloadable assets expire, if set.
The prompt that was used to generate the video.
The resolution of the generated video.
720x1280, 1280x720, 1024x1792, 1792x1024 Duration of the generated clip in seconds. For extensions, this is the stitched total duration.
Identifier of the source video if this video is a remix.
Error payload that explains why generation failed, if applicable.