createa.meme
API Reference

Add captions to a template or custom image

Overlay text captions on a template or your own image. Costs 1 credit per call.

POST
/v1/meme/caption

Authorization

bearerAuth
AuthorizationBearer <token>

Keep Bearer and add a space, then paste your API key after it. Format: Bearer cam_live_xxxxxxxxxxxxxxxxxxxx. Don't replace the word Bearer — append to it. Get a key at the dashboard.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.createa.meme/api/v1/meme/caption" \  -H "Content-Type: application/json" \  -d '{    "template_id": "tmpl_drake",    "captions": [      {        "text": "Writing documentation",        "position": "top"      },      {        "text": "Writing memes about documentation",        "position": "bottom"      }    ]  }'
Empty
Empty
Empty
Empty