← All Models
Recraft V4 Pro Vector
Recraft V4 Pro Vector model. Premium SVG vector generation with higher detail and quality for professional design work.
Specifications
| Provider | Recraft |
| Category | Image |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "recraft-v4-pro-vector",
"params": {
"prompt": "A detailed vector illustration of a vintage compass rose"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "recraft-v4-pro-vector",
"params": {
"prompt": "A detailed vector illustration of a vintage compass rose"
}
}