Memesio · Capability
Memesio Meme Creation
End-to-end meme creation workflow: search the public template library, pick or recommend a template, render captions on a stored template, upload a custom image and caption it, and generate AI-driven meme variants. Works for both anonymous callers (template discovery and free caption render) and authenticated developers/agents (AI generation).
What You Can Do
GET
Search templates
— Search the public template library by query, tag, or trend.
/v1/templates
POST
Suggest templates
— Get AI template recommendations for a topic or vibe.
/v1/templates
GET
List memes
— List memes owned by the caller.
/v1/memes
POST
Caption template
— Render a meme by captioning a stored template.
/v1/memes
POST
Caption upload
— Upload an image and caption it as a meme.
/v1/memes
POST
Free caption meme
— Anonymous-friendly caption render with watermark.
/v1/memes
POST
Generate ai meme
— AI-driven meme variant generation.
/v1/memes
GET
Get ai quota
— Read remaining AI meme quota for the caller.
/v1/memes
GET
Get meme
— Fetch a hosted meme by slug.
/v1/memes/{slug}
DELETE
Delete meme
— Delete a hosted meme owned by the caller.
/v1/memes/{slug}
MCP Tools
search-templates
Search the public Memesio template library.
read-only
suggest-templates
Get AI template recommendations for a topic, tone, or trend.
read-only
caption-template
Render a meme by captioning a known template.
caption-upload
Upload an image and caption it as a meme.
generate-meme
AI variant generation: pick a template, generate captions, return ready meme variants.
get-ai-quota
Check remaining daily AI meme generation quota before spending it.
read-only
APIs Used
memesio