Prediction APIs · CPU-native · Sub-10ms

One account.
One credit balance.
Hundreds of prediction APIs.

DryAPI turns tabular data into calibrated, explainable forecasts — house prices, freight quotes, crop yields, solar output and more — through one simple REST interface.

17 prediction APIs
9 domains
0.9 calibrated coverage
property/valuation/v1 — calibrated response
curl -X POST https://prod-dryapi-predictor-gateway.magebase-dev.workers.dev/predict \
  -H "Authorization: Bearer $DRYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "api": "property/valuation/v1",
    "features": { "sqft": 1850, "beds": 3, "baths": 2, "zip": 90210 }
  }'

{
  "prediction": 512400,
  "interval": [468900, 559200],
  "confidence": 0.9,
  "latency_ms": 4.2,
  "top_factors": [
    { "feature": "sqft", "impact": "+18.4%" },
    { "feature": "zip", "impact": "+9.1%" },
    { "feature": "beds", "impact": "+3.7%" }
  ]
}

One balance. Any API.

Plans are platform-wide. Every endpoint simply consumes a different number of credits, so you can explore the whole catalog with a single subscription.