UnifyAPI
← Back to catalog

imgflip.caption

mock data$0.001 / call

Generate Meme Image

⚡ ACTION: Generate a captioned meme image from a template ID + top/bottom text. Returns direct image URL. Use imgflip.memes to find template IDs. 100K+ templates available (Imgflip)

Referenceprovider: Imgflip#imgflip#reference

Input schema

top_text

Top text on the meme

string
bottom_text

Bottom text on the meme

string
template_idrequired

Meme template ID from imgflip.memes (e.g. "181913649" for Drake Hotline Bling, "87743020" for Two Buttons)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/imgflip.caption \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"top_text":"<top_text>","bottom_text":"<bottom_text>","template_id":"<template_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.