curl --request POST \
--url https://api.comfy.org/proxy/moonvalley/prompts/video-to-video/resize \
--header 'Content-Type: application/json' \
--data '{
"control_type": "motion_control",
"inference_params": {
"add_quality_guidance": true,
"caching_coefficient": 0.3,
"caching_cooldown": 3,
"caching_warmup": 3,
"clip_value": 3,
"conditioning_frame_index": 0,
"cooldown_steps": 36,
"guidance_scale": 15,
"negative_prompt": "<string>",
"seed": 123,
"shift_value": 3,
"steps": 80,
"use_guidance_schedule": true,
"use_negative_prompts": false,
"use_timestep_transform": true,
"warmup_steps": 24
},
"prompt_text": "<string>",
"video_url": "<string>",
"webhook_url": "<string>",
"frame_position": [
123
],
"frame_resolution": [
123
],
"scale": [
123
]
}'
{
"error": {},
"frame_conditioning": {},
"id": "<string>",
"inference_params": {},
"meta": {},
"model_params": {},
"output_url": "<string>",
"prompt_text": "<string>",
"status": "<string>"
}
Prompt created
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.comfy.org/proxy/moonvalley/prompts/video-to-video/resize \
--header 'Content-Type: application/json' \
--data '{
"control_type": "motion_control",
"inference_params": {
"add_quality_guidance": true,
"caching_coefficient": 0.3,
"caching_cooldown": 3,
"caching_warmup": 3,
"clip_value": 3,
"conditioning_frame_index": 0,
"cooldown_steps": 36,
"guidance_scale": 15,
"negative_prompt": "<string>",
"seed": 123,
"shift_value": 3,
"steps": 80,
"use_guidance_schedule": true,
"use_negative_prompts": false,
"use_timestep_transform": true,
"warmup_steps": 24
},
"prompt_text": "<string>",
"video_url": "<string>",
"webhook_url": "<string>",
"frame_position": [
123
],
"frame_resolution": [
123
],
"scale": [
123
]
}'
{
"error": {},
"frame_conditioning": {},
"id": "<string>",
"inference_params": {},
"meta": {},
"model_params": {},
"output_url": "<string>",
"prompt_text": "<string>",
"status": "<string>"
}