AI-generated Imgflip meme with optional prefix_text/template_id. Costs $0.01 with watermark or $0.02 with watermark=false.
POST/api/automemeDynamic
Auto-caption: picks one of the top 2,048 templates based on your text and captions it. Short phrases work best. Costs $0.01 with watermark (default), or $0.02 with watermark=false.
POST/api/captionDynamic
Caption an Imgflip image template with text0/text1 or a boxes array. Returns a public url to the generated meme. Costs $0.01 with the imgflip.com watermark (default), or $0.02 with watermark=false to remove it.
POST/api/caption_gifDynamic
Caption an Imgflip animated GIF template. Only the boxes format is supported. Returns a public url to the generated GIF. Costs $0.01 with watermark (default), or $0.02 with watermark=false.
POST/api/get_meme$0.01
Fetch one Imgflip template by id.
POST/api/memelord/ai_memeDynamic
Create a durable Memelord image meme job. Defaults to 3 candidates for better selection. Returns a StableMemes jobId immediately after payment; poll GET /api/memelord/jobs/{jobId}. Costs $0.01 per requested meme.
POST/api/memelord/ai_meme/editDynamic
Create a durable Memelord image meme edit job using the original template_id and template_data. Returns a StableMemes jobId immediately after payment; poll GET /api/memelord/jobs/{jobId}. Costs $0.01 per edit.
POST/api/memelord/ai_video_memeDynamic
Create a durable Memelord captioned video meme job. Defaults to top captions to avoid centered overlays. Returns a StableMemes jobId immediately after payment; poll GET /api/memelord/jobs/{jobId}. Costs $0.05 per requested video.
POST/api/memelord/ai_video_meme/editDynamic
Create a durable Memelord video caption edit job. Defaults to top captions to avoid centered overlays. Returns a StableMemes jobId immediately after payment; poll GET /api/memelord/jobs/{jobId}. Costs $0.05 per edit.
GET/api/memelord/jobsFREE
List the caller's durable Memelord jobs across image and video operations. Use this to recover paid jobs if the original response was lost.
GET/api/memelord/jobs/{jobId}FREE
Poll a durable Memelord job by jobId across image and video operations. Requires the same wallet that paid for the job.
POST/api/search$0.01
Search all 1M+ Imgflip templates by name.
POST/api/templatesFREE
List the ~100 most popular Imgflip templates. Use the returned id as template_id for /api/caption, /api/caption_gif, or /api/get_meme.