Mastodon Feed: Post

Mastodon Feed

jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:

playing with curl calls to generate images

curl https://api.openai.com/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer myLongRandomAPIkey" \
-d '{
"prompt": "A dragon wearing a beret",
"size": "1024x1024"
}'

Attachments: