{ "opencollection": "1.0.0", "info": { "name": "Imgflip Meme Generator AI API", "version": "1.0.0" }, "items": [ { "info": { "name": "AI", "type": "folder" }, "items": [ { "info": { "name": "Auto-generate a meme from text (Premium)", "type": "http" }, "http": { "method": "POST", "url": "https://api.imgflip.com/automeme", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Converts a text phrase into a meme automatically by selecting the best matching template and captions. Premium: 50 free/month, then $0.02 each.\n" }, { "info": { "name": "Generate an AI-powered original meme (Premium)", "type": "http" }, "http": { "method": "POST", "url": "https://api.imgflip.com/ai_meme", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Uses AI (OpenAI or classic model) to generate an original meme, optionally seeded with a topic prefix. Returns URL, page_url, template_id, and generated texts. Premium: 50 free/month, then $0.02 each.\n" } ] } ], "bundled": true }