Generate images from 9 models. No API keys, no signup. Pay with USDC on Tempo via MPP.
From fast drafts to production quality. Batch: 10% off 3+, 20% off 4.
Built for AI agents and humans. No signup, no API keys.
Works with any HTTP client. Or just connect your wallet above.
# Step 1: Get payment challenge
curl -X POST https://paid-image-api.onrender.com/v1/images/generate \
-H "Content-Type: application/json" \
-d '{"prompt": "a sunset over mountains", "model": "auto"}'
# Step 2: Pay via Tempo, then retry with credential
curl -X POST https://paid-image-api.onrender.com/v1/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Payment <base64url-credential>" \
-d '{"prompt": "a sunset over mountains", "model": "auto"}'