Clario
Coming Soon

Build with Clario

Add visual explanations to your app, docs, or content pipeline. One API call turns any concept into a clear, professional diagram.

request.js
const response = await fetch("https://getclario.net/api/v1/generate", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    concept: "How OAuth 2.0 authentication works",
    style: "whiteboard"  // 8 styles available
  })
});

const { image } = await response.json();
// image.data = base64 PNG

Documentation

Auto-generate diagrams for your technical docs. Explain complex systems visually.

Content Pipeline

Generate visuals for blog posts, newsletters, and social content at scale.

In-App Features

Let users generate explanations inside your product. Education, onboarding, support.

What you get

100 requests/day free

Generous free tier. No credit card required.

8 visual styles

Whiteboard, tron, editorial, infographic, and more.

High-res output

2K resolution PNGs ready for any use.

Simple REST API

One endpoint. JSON in, image out.

Get early access

Be first to build with the Clario API. We'll notify you when it's ready.