TEZELA
Documentation Coming Soon
Coming Soon

TEZELA API

Programmatic access to TEZELA's design generation. Submit URLs, get back production-ready HTML, CSS, and assets. We're finalizing the API and will notify you when it's ready.

Get notified when the API is ready

Preview

What you'll be able to do

Getting Started

Learn authentication, API keys, and make your first request in minutes.

Authentication

Secure your API requests with JWT tokens and manage access keys.

API Reference

Complete endpoint documentation with request/response examples.

SDKs & Libraries

Official Python, TypeScript/JavaScript, and Go SDKs for quick integration.

Rate Limits & Quotas

Understand your plan's limits and how to optimize API usage.

Code Examples

Real-world examples for common use cases and integrations.

Quick Start Preview

1

Get API Key

Sign up and generate an API key from your dashboard

# Create account at tezela.com\n# Generate key in settings
2

Make Request

Send a URL to generate design variants

curl -X POST https://api.tezela.com/builds \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"url": "example.com"}'
3

Get Results

Poll for completion or use webhooks

{
  "status": "completed",
  "designs": [
    {html, css, assets},
    ...
  ]
}

Want to build with TEZELA?

Join the waitlist and be the first to know when the API is ready.