ai_qr_code_generator_create_image
Create an AI QR code. Each QR code costs 0 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 | Give your image a custom name for easy identification. | Qr Code - dateTime |
| style | Yes | ||
| content | Yes | The content of the QR code. |
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. |