createa.meme
API Reference

Flagship: AI picks template + writes caption

Provide a prompt; the API picks matching templates, writes captions, and renders memes. Costs 2 credits.

POST
/v1/meme/generate

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/generate" \  -H "Content-Type: application/json" \  -d '{    "text": "When the deployment works on the first try",    "count": 2,    "tone": "funny"  }'
Empty
Empty
Empty
Empty