ai_meme_generator_create_image
Create an AI generated meme. Each meme costs 10 credits.
MCP guidance:
This starts an async image generation job and returns
idpluscredits_chargedimmediately. If the user wants the finished result, call thewait_for_image_projecthelper with the returned id, or poll the matchingGET /v1/image-projects/{id}endpoint until status iscomplete,error, orcanceled. Completed projects includedownloadswith direct URLs. The custom wait helper also returnsexact_download_urlsseparately from expiration metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the meme. | |
| style | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique ID of the image. Use it with the [Get image Project API](https://docs.magichour.ai/api-reference/image-projects/get-image-details) to fetch status and downloads. | |
| credits_charged | Yes | The amount of credits deducted from your account to generate the image. We charge credits right when the request is made. If an error occurred while generating the image(s), credits will be refunded and this field will be updated to include the refund. |