Video-To-Video(映像スタイルの移行)
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"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-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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-28 09:54:24