# Runway image generation
curl https://www.ninjachat.ai/api/v1/images/generations \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "runway-gen4-image-turbo",
"prompt": "Create a polished campaign asset",
"image": "https://assets.example.com/input.png"
}'