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.Documentation Index
Fetch the complete documentation index at: https://airgraphic.mintlify.app/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.