{"name":"SVG Illustration Generator API","version":"3.0.0","authentication":"Required for /generate and /status. Download links and style listings are public.","api_key_header":"X-API-Key","total_styles":118,"svg_styles":48,"png_styles":70,"ai_models":{"gemini-2.5-flash":"Default - Supports text and up to 4 image inputs (Google Gemini API)","imagen-4":"Google's high-quality model - Text-to-image only, no image inputs (Google Gemini API)","seedream-4":"ByteDance's fast model - Supports text and up to 10 image inputs, 1K resolution (BytePlus API)"},"endpoints":{"generate":"/generate (requires auth) - Generate SVG/PNG from text prompt (JSON)","generate_with_logo":"/generate-with-logo (requires auth) - Generate with OOMF logo watermark (JSON)","generate_with_images":"/generate-with-images (requires auth) - Generate with input images (multipart/form-data)","status":"/status/{task_id} (requires auth) - Check generation status","download":"/download/{task_id} (public) - Download generated file","styles":"/styles?format=svg|png (public) - List available styles","categories":"/styles/categories (public) - List styles by category","health":"/health (public) - Health check"},"quick_start":{"1_get_styles":"GET /styles?format=svg","2_generate_text_only":"POST /generate with JSON: {\"prompt\": \"banana\", \"style\": \"minimalist_line\", \"model\": \"gemini-2.5-flash\"}","2b_generate_with_logo":"POST /generate-with-logo with JSON: {\"prompt\": \"banana\", \"style\": \"minimalist_line\", \"model\": \"imagen-4\"}","3_generate_with_image":"POST /generate-with-images with form-data: prompt, style, model, images[]","4_check_status":"GET /status/{task_id}","5_download":"GET /download/{task_id}"},"image_editing_features":{"gemini-2.5-flash":{"max_input_images":4,"recommended_images":"1-3 for best results"},"seedream-4":{"max_input_images":10,"recommended_images":"1-5 for best results"},"supported_models":["gemini-2.5-flash","seedream-4"],"text_only_models":["imagen-4"],"use_cases":["Image editing: Modify colors, add/remove elements","Image composition: Combine elements from multiple images","Style transfer: Apply artistic styles to existing images","Product mockups: Create professional product shots"]}}