Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created November 21, 2024 16:51
Show Gist options
  • Save Ozerich/cc128803d3c2fdd8fc8c7008e9bd231f to your computer and use it in GitHub Desktop.
Save Ozerich/cc128803d3c2fdd8fc8c7008e9bd231f to your computer and use it in GitHub Desktop.
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