Image
Image Generation Quickstart
Last updated
Image Generation Quickstart
This quickstart walks you through generating your first image with Infron.
curl https://media.onerouter.pro/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: <API_KEY>" \
-d '{
"model": "openai/gpt-image-2/text-to-image",
"prompt": "A cute baby sea otter"
}'Learn about submit a media task and polling for the task status.
Last updated