curl https://app.africacomputefund.com/v1/responses \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: YOUR_STABLE_REQUEST_ID" \
-d '{"model":"your-model-id","input":"Summarize this text"}'GET/v1/gpusGet Available GPUsAPI key required
Authentication
Send your Monarch API key in the Authorization header as a Bearer token.