- Size (rectangle)Width x Height in pixels. Example: /400x300 returns a 400x300 SVG.
- Size (square)Single value for square images. Example: /400 returns a 400x400 SVG.
- Background colorHex color for background. Example: /400x300/FF5733 returns a 400x300 SVG with #FF5733 background.
- Gradient backgroundComma-separated hex colors for a linear gradient. Example: /400?gradient=FF5733,4F46E5
- TextCentered text. Example: /400x300?text=Hello+World
- Text colorHex color for text. Example: /400/222222?text=White+Text&textColor=fff
- Combined optionsAll options can be combined.