Recraft V4 SVG

AI Image Generation Model

$$$ · 8¢

Recraft AI's text-to-vector model for generating production-ready SVG vector images with clean geometry, structured layers, and editable paths

Recraft V4 SVG API OpenAI-compatible

Access Recraft V4 SVG via Lumenfall’s OpenAI-compatible API to programmatically generate scalable vector images (SVG) with editable paths from text prompts.

Base URL
https://api.lumenfall.ai/openai/v1
Model
recraft-v4-svg
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/generations \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "recraft-v4-svg",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }