digi · digicam portrait editing
Turn a real portrait into a digicam-style image. Upload a photo, pick a resolution, and run a complete async job — billed only on success ($0.10 at 1K).
Async job: output usually returns in seconds. Only successful outputs are billed.
Job result
Status
Not started
Job ID
—
Charge
—
No job has been created yet.
API call · curl sample (1K)
curl -X POST https://api.wayshot.ai/v1/jobs \
-H "Authorization: Bearer $WAYSHOT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"capability": "digi",
"image": "https://your.cdn/portrait.jpg",
"params": { "resolution": "1K" }
}'