Drop your photo here
Or click to browse — JPEG, PNG, WebP · Max 20 MB
API Access api.puppetizer.co
Send photos programmatically. Authenticate with your Bearer token.
# Get puppet portrait as PNG
curl -X POST "https://api.puppetizer.co/puppetize?format=image" \
-H "Authorization: Bearer YOUR_TOKEN" \
-F "image=@photo.jpg" \
-o puppet.png
# Or get JSON with base64
curl -X POST https://api.puppetizer.co/puppetize \
-H "Authorization: Bearer YOUR_TOKEN" \
-F "image=@photo.jpg"