Settings
Safety Checker
disabled — uncensored output
Estimated cost: $0.30 / job
cURL Preview ▾
# 1 — Submit task
curl -X POST \
"https://api.wavespeed.ai/api/v3/wavespeed-ai/wan-2.2-spicy/image-to-video" \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://...",
"prompt": "...",
"resolution": "720p",
"duration": 5,
"seed": -1,
"enable_safety_checker": false
}'
# 2 — Poll result
curl -X GET \
"https://api.wavespeed.ai/api/v3/predictions/{id}/result" \
-H "Authorization: Bearer YOUR_KEY"