Introduction
Getting Started

Getting Started with Canvelete

Welcome to Canvelete! Get started quickly by exploring our comprehensive documentation organized into easy-to-navigate sections.

Canvas

Canvas Overview

Introduction to Canvelete's canvas features and capabilities.

Canvas Modes

Explore Free Mode and Layout Mode (Container & Table).

API Documentation

API Overview

Understanding Canvelete's API and core concepts.

API Reference

Complete API documentation with all endpoints and parameters.

Code Examples

Implementation examples in multiple programming languages.

SDKs

JavaScript

JavaScript SDK

Node.js and browser support for JavaScript developers.

TypeScript

TypeScript SDK

Fully typed TypeScript SDK with IntelliSense support.

Python

Python SDK

Python library for seamless integration with Python projects.

Java

Java SDK

Java library for enterprise applications.

C#

C# SDK

.NET integration for C# and Visual Studio developers.

Integrations

Zapier

Zapier

No-code automation with 5,000+ apps and workflows.

Make

Make (Integromat)

Visual workflow automation with powerful scenarios.

n8n

n8n

Self-hosted workflow automation for full control.

Quick Start Guide

Ready to jump in? Follow these steps:

1. Get Your API Key

  1. Sign in to your Canvelete dashboard (opens in a new tab)
  2. Navigate to SettingsAPI Keys
  3. Generate a new API key
  4. 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

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?

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