

curl --request POST \ --url https://cloud.leonardo.ai/api/rest/v1/generations \ --header 'accept: application/json' \ --header 'authorization: Bearer SUA_API_KEY_AQUI' \ --header 'content-type: application/json' \ --data ' { "modelId": "6bef9f1b-29cb-40c7-b9df-32b51c1f67d3", "prompt": "Um infográfico educativo e moderno sobre tecnologias digitais na escola", "width": 1024, "height": 1024, "num_images": 1 } '