Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created March 17, 2023 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizmarcus/4344086ad506c48fad8801471dc7b390 to your computer and use it in GitHub Desktop.
Save luizmarcus/4344086ad506c48fad8801471dc7b390 to your computer and use it in GitHub Desktop.
curl https://api.openai.com/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment