Compatibility Format
Video Style Transfer
Use CometAPI’s Runway Video to Video Style Redraw endpoint to restyle videos via POST /runway/pro/video2video with X-Runway-Version support.
POST
Video to Video Style Redraw
Use this endpoint to restyle an existing video.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you call it
- Send the required
X-Runway-Versionheader, for example2024-11-06 - Provide a stable source
videoURL - Use
model: gen4 - Include
options.secondswith the output duration - Start with a modest
structure_transformationvalue before pushing the style transfer harder
Task flow
Poll task status
Continue with Feed Get Task until the task reaches a terminal state.
Authorizations
Bearer token authentication. Use your CometAPI key.
Headers
Optional Runway version header, for example 2024-11-06.
Body
application/json
Webhook URL that receives a POST request with the result when the task completes.
video
string
default:https://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4
required
URL of the source video to restyle.
Model version to use, e.g. gen4.
Text prompt describing the target style for the redraw.
Additional processing options.