Takes an existing video and makes targeted adjustments without regenerating everything from scratch. Works best with single, well-defined changes like color shifts or style modifications.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params application/jsonRequired
Example
{"prompt":"Shift the color palette to teal, sand, and rust, with a warm backlight."}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://ai.tikhub.io/v1/videos/video_abc123/remix' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Shift the color palette to teal, sand, and rust, with a warm backlight."
}'