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.
Preview
Learn authentication, API keys, and make your first request in minutes.
Secure your API requests with JWT tokens and manage access keys.
Complete endpoint documentation with request/response examples.
Official Python, TypeScript/JavaScript, and Go SDKs for quick integration.
Understand your plan's limits and how to optimize API usage.
Real-world examples for common use cases and integrations.
Sign up and generate an API key from your dashboard
# Create account at tezela.com\n# Generate key in settings
Send a URL to generate design variants
curl -X POST https://api.tezela.com/builds \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"url": "example.com"}'Poll for completion or use webhooks
{
"status": "completed",
"designs": [
{html, css, assets},
...
]
}Join the waitlist and be the first to know when the API is ready.