Image Projects
AI QR Code Generator
Create an AI QR code. Each QR code costs 0 credits.
post/v1/ai-qr-code-generator
Request body
Example request
{
"name": "My Qr Code image",
"content": "https://magichour.ai",
"style": {
"art_style": "Watercolor"
}
}Response
Success
Example response
{
"id": "cuid-example"
}Changes
Changed in 2 of the 57 revisions of this API.11
- ○
added the non-success response with the status
402response-non-success-status-added
- ○
- ▲
removed the required property
frame_costfrom the response with the200statusresponse-required-property-removed
- ▲