Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url https://api.magnific.com/v1/ai/text-to-image \ --header 'Content-Type: application/json' \ --header 'x-magnific-api-key: <api-key>' \ --data '{ "prompt": "Crazy dog in the space", "negative_prompt": "b&w, earth, cartoon, ugly", "guidance_scale": 2, "seed": 42, "num_images": 1, "image": { "size": "square" }, "styling": { "style": "anime", "color": "pastel", "lightning": "warm", "framing": "portrait" } }'
Was this page helpful?