Image

Meme Generator

Create memes by adding text to images.

POST /v1/image/meme

https://api.cludz.net/v1/image/meme

Generate a meme by adding top and/or bottom text to an uploaded image.

Body Parameters (FormData):

ParameterRequiredDescriptionType
imageYesThe image file.file
topNoText to display at the top.string
bottomNoText to display at the bottom.string

Example

curl -X POST "https://api.cludz.net/v1/image/meme" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@/path/to/image.jpg" \
  -F "top=WHEN YOU" \
  -F "bottom=USE CLUDZ API" \
  --output meme.png

Response

Returns a image/png file directly.

Built with 💖 by Miza • © 2026 - Powered by Nuxt