Image Projects
AI Meme Generator
Create an AI generated meme. Each meme costs 10 credits.
post/v1/ai-meme-generator
Request body
Example request
{
"name": "My Funny Meme",
"style": {
"topic": "When the code finally works",
"template": "Drake Hotline Bling"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 10
}