Upscale: AI image generation model for creating visual content. Generate images from text prompts for design, marketing, and creative automation workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: fal/img2img
curl -X POST https://api.skillboss.co/v1/images/generations \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fal/img2img",
"prompt": "A beautiful sunset"
}'