Getting Started with Canvelete
Welcome to Canvelete! Get started quickly by exploring our comprehensive documentation organized into easy-to-navigate sections.
Canvas
API Documentation
SDKs
Integrations
Quick Start Guide
Ready to jump in? Follow these steps:
1. Get Your API Key
- Sign in to your Canvelete dashboard (opens in a new tab)
- Navigate to Settings → API Keys
- Generate a new API key
- Copy and store it securely
2. Choose Your Integration Method
Pick the approach that works best for your project:
- Use an SDK - Get started quickly with our official libraries
- Direct API - Make HTTP requests directly to our REST API
- No-Code Platform - Use Zapier, Make, or n8n for automation
- Canvas Tool - Design templates visually in the browser
3. Create Your First Design
- Open the Canvelete Canvas (opens in a new tab)
- Design your template using Free or Layout Mode
- Add dynamic elements that can be modified via API
- Save and note your design ID
4. Render Your First Image
curl -X POST https://api.canvelete.com/api/v1/render/design/YOUR_DESIGN_ID \
-H "Authorization: Bearer cvt_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"designId": "YOUR_DESIGN_ID",
"format": "png",
"quality": 90
}'Popular Use Cases
Canvelete excels at:
- 🎯 Social media image generation
- 📧 Email campaign visuals
- 🛍️ Product card rendering
- 🎓 Certificate generation
- 🌐 Dynamic OG images
- 📊 Report charts and graphs
Need Help?
- 📚 Documentation: docs.canvelete.com (opens in a new tab)
- 📧 Email: support@canvelete.com
- 🟢 Status: status.canvelete.com (opens in a new tab)
Next Steps
Choose your path based on your role:
For Developers: Start with API Overview or explore our SDKs
For Designers: Learn about Canvas Modes and design features
For Integrators: Check out our Integrations with popular platforms