AirGraphic turns source material into a ready-to-post infographic image. 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 page — it has copy-paste prompts that hand AirGraphic to Claude, ChatGPT, Codex, OpenClaw, Hermes, or any other agent.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.
What you can generate from
- Blog posts, articles, newsletters, and normal web pages
- YouTube, TikTok, Instagram, LinkedIn, X, and Reddit posts
- Pasted text
- PDF, PPTX, and image uploads
Core flow
- Create an API key in the app.
- Send one source to
POST /api/generate. - Poll
GET /api/jobs/{jobId}until the job iscompleted. - Use the returned
imageUrl.