> ## Documentation Index
> Fetch the complete documentation index at: https://docs.airgraphic.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AirGraphic Docs

> Generate polished, on-brand infographics and audience-native memes from source context.

AirGraphic turns source material into a ready-to-post infographic image or a
researched, audience-native meme.

Use the web app when you want a visual workflow. Use the API when a script
or agent already has the source and needs the finished image URL. If your
workflow lives inside an AI assistant, start with the
[Agent Skill](/agent-skill) page — it has copy-paste prompts that hand
AirGraphic to Claude, ChatGPT, Codex, OpenClaw, Hermes, or any other
agent.

## What you can generate from

* Blog posts, articles, newsletters, and normal web pages
* YouTube, TikTok videos/photos, Instagram posts/Reels, LinkedIn, X, and
  Reddit posts
* Pasted text
* PDF, PPTX, and image uploads

## Core flow

1. Create an API key in the app.
2. Send one source to `POST /api/generate` for an infographic or
   `POST /api/meme` for a meme.
3. Poll `GET /api/jobs/{jobId}` until the job is `completed`.
4. Use the returned `imageUrl`.

## API status

The public API is available in Phase 1 for infographic single-image jobs and
researched meme jobs. Carousel generation, refine-on-output, and MCP tools are
planned after launch.
