# PlusVector > AI-powered SVG illustration generator. Create vector graphics from text prompts with one-click vectorization. ## API PlusVector provides a REST API for programmatic illustration generation. - Base URL: https://plusvector.com/v1 - Authentication: API key via `X-API-Key` header - OpenAPI spec: https://plusvector.com/v1/openapi.json ## Endpoints - POST /v1/render/create — Create a new illustration from a text prompt (costs 1 credit) - GET /v1/render/:id — Get render details and status - POST /v1/render/:id/concept — Select a concept to vectorize - GET /v1/render/:id/download — Download the SVG file - GET /v1/renders — List your renders (paginated) - GET /v1/templates — List available templates - POST /v1/templates — Create a reusable prompt template - GET /v1/credits — Check your credit balance ## Plans - Free: 5 credits/month, 3 templates - Pro ($19/mo): 100 credits/month, unlimited templates, API access ## Links - Website: https://plusvector.com - Browse illustrations: https://plusvector.com/browse - Pricing: https://plusvector.com/pricing - API docs: https://plusvector.com/v1/openapi.json