Created
November 21, 2024 16:51
-
-
Save Ozerich/cc128803d3c2fdd8fc8c7008e9bd231f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --location 'https://api.monetai.pro/generate/text2image_async' \ | |
| --header 'Content-Type: application/json' \ | |
| --data '{ | |
| "aspect_ratio": { | |
| "height": 9, | |
| "width": 16 | |
| }, | |
| "num_generations": 1, | |
| "prompt": "cupra formentor and family", | |
| "seed": 582767, | |
| "style": "default" | |
| }' | |
| curl --location 'https://api.monetai.pro/generate/status/{ID}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment