Getting Started with Veez.ai API
Welcome to the Veez.ai API documentation! This API enables you to create stunning AI-generated product visualizations using advanced 3D templates and machine learning models.
What is Veez.ai?
Veez.ai transforms your product images into photorealistic scenes using:
- 3D Templates: Pre-configured product models
- Custom Textures: Your brand designs and logos
- LoRA Models: AI models trained on your products
- AI Generation: Context-aware product placement in any environment
Quick Overview
The API workflow follows these simple steps:
graph LR
A[Choose Template] --> B[Create Product]
B --> C[Generate LoRA]
C --> D[Create Predictions]
D --> E[AI-Generated Images]
Base URL
All API endpoints are relative to:
https://app.veez.ai/api/
What You'll Need
Before starting, make sure you have:
- ✅ API Token - Contact your Veez.ai administrator
- ✅ Product Images - High-quality textures (512x512+ recommended)
- ✅ HTTP Client - cURL, Postman, or your preferred tool
Your First API Call
Let's start by listing available templates:
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
https://app.veez.ai/api/template/
Success!
If you receive a JSON response with templates, you're ready to go! 🎉
Next Steps
- Authentication - Set up your API token
- Templates - Explore available 3D models
- Products - Create your first product
- Quick Start Example - Complete walkthrough
Need Help?
- 📧 Support: support@veez.ai
- 💬 Discord: Join our community
- 🐛 Issues: GitHub Issues