/videos/extensionsDeprecatedCreate a video extension
Creates an extension of a completed video. Provide the source video, an updated prompt, and an extension length through seconds; the request can use JSON or multipart form data, and the operation is deprecated. The response represents a video job whose lifecycle you can monitor through its status and progress.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Parameters for extending a completed video, supplied as JSON or multipart form data.
One documented failure
slow_downYour request rate increased too quickly. Please reduce the request rate and gradually increase it again.
Traffic increased too quickly
One documented failure
server_is_overloadedThe model is temporarily overloaded. Please retry your request after a brief delay.
The requested model is temporarily overloaded
A 429 is returned when the request rate exceeds the allowed limit; reduce your request rate before retrying. A 503 is returned when the service or requested model is temporarily unavailable; retry after a brief delay. video, prompt, and seconds are required, prompt must contain 1 to 32,000 characters, and seconds must be one of 4, 8, or 12.