{
  "message": "Image Style Transfer API",
  "note": "Either \"style\" or \"custom_prompt\" must be provided. If \"custom_prompt\" is provided, it overrides the default prompt for a known \"style\"; if only \"custom_prompt\" is given, style can be omitted.",
  "styles": [
    "pixel",
    "snoopy",
    "jojo",
    "clay",
    "ghibli",
    "american-cartoon",
    "lego",
    "broccoli-hair",
    "plushie",
    "wojak",
    "upscalecompression",
    "gfx",
    "watermarkremover",
    "gfxultra",
    "fluffy",
    "glass",
    "simpsons",
    "anime"
  ],
  "usage": "POST /api/transform with JSON body: {\"image_url\": \"...\", \"style\": \"...\", \"custom_prompt\": \"(optional)\", \"lora_url\": \"(optional)\"}"
}
