createa.meme
API Reference

Generate brand-new image from prompt

Generate completely original imagery via GPT Image, then optionally overlay caption text. Costs 3 credits. The differentiator endpoint.

POST
/v1/meme/ai-image

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/ai-image" \  -H "Content-Type: application/json" \  -d '{    "prompt": "a confused cat staring at a laptop with deployment errors on the screen, dramatic lighting",    "caption": {      "top": "It works on my machine",      "bottom": "My machine was lying"    },    "model": "gpt-image",    "aspect_ratio": "1:1",    "style_preset": "meme_classic"  }'
Empty
Empty
Empty