Transforming a video into another style with cue words
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
Video Remodeling Cue Words
Similarity to the original video
{
"prompt": "",
"negative_prompt": "Distorted, discontinuous, Ugly, blurry, low resolution, motionless, static, disfigured, disconnected limbs, Ugly faces, incomplete arms",
"export_fps": 24,
"video_url": "",
"strength": 0.8
}
Request samples
curl --location --request POST 'https://api.302.ai/302/video-to-video' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "",
"negative_prompt": "Distorted, discontinuous, Ugly, blurry, low resolution, motionless, static, disfigured, disconnected limbs, Ugly faces, incomplete arms",
"export_fps": 24,
"video_url": "",
"strength": 0.8
}'
Responses
application/json Modified at 2024-11-06 07:19:46