Meme Generator API
The Meme Generator API is a powerful tool for creating custom memes with a variety of options and customization. With support for multiple languages and a range of fonts, users can create memes that are tailored to their specific needs.
Endpoints
The API includes three endpoints for generating memes:
POST /caption/{image}: This endpoint is used to add caption text above or below an image, expanding the image proportionally to the text height. Text is wrapped to new lines if it goes out of bounds.
POST /template/{image}: This endpoint allows users to add text directly to an image using predefined text boxes for each meme template. The number of text boxes varies by template and is optional to use all of them.
POST /text-box/{image}: This endpoint allows users to define up to 15 text boxes and specify the exact positions of those text boxes, along with the font and optional rotation.
In addition to these endpoints, the API also includes three misc endpoints:
GET /fonts: Returns a list of all available fonts that can be used with other endpoints. Some fonts are language specific so beware. Language specific fonts:
Language Font Chinese zcool-wenyi Japanese takaopmincho Korean gugi Hindi poppins GET /templates: Returns a JSON object with all available templates and the number of text boxes typically used with those templates.
GET /search: Returns meme templates that contain a specific string.
Pricing Plans
Basic | Pro | Ultra | Mega |
---|---|---|---|
$0.00 / month | $15.00 / month | $80.00 / month | $400.00 / month |
1,000 / month | 100,000 / month | 1,000,000 / month | 10,000,000 / month |
Hard Limit | $0.0006 each after | $0.0004 each after | $0.0002 each after |
Watermark | Watermark Removed | Watermark Removed | Watermark Removed |
For more information visit RapidAPI.