POST
/
v1
/
ai-meme-generator
curl --request POST \
  --url https://api.magichour.ai/v1/ai-meme-generator \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "My Funny Meme",
  "style": {
    "topic": "When the code finally works",
    "template": "Drake Hotline Bling",
    "searchWeb": false
  }
}'
{
  "id": "clx7uu86w0a5qp55yxz315r6r",
  "frame_cost": 10,
  "credits_charged": 10
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Body

The body is of type object.

Response

200
application/json

Success