Marketing Predictions

Predict marketing campaign performance metrics.

Endpoint POST https://api.dryapi.dev/predict

Predicts conversion
Calibration 87%
MAPE 2.0%
MAE $577
-0.40
Latency 8ms
Cost 3 cr / call
Popularity rank #60

Pricing

Every plan includes all 17 APIs. This model costs 3 credits / call, so each plan buys the calls below.

Starter

6,666 calls / mo

100 req/min

Start with starter

Growth

50,000 calls / mo

500 req/min

Start with growth
Most popular

Scale

266,666 calls / mo

2,500 req/min

Start with scale

Volume

1,000,000 calls / mo

8,000 req/min

Start with volume

Ultra

3,333,333 calls / mo

20,000 req/min

Start with ultra

Enterprise

Custom calls / mo

Unlimited

Start with enterprise
Calibration (coverage)
87%

Out-of-sample coverage verified on held-out data — a 87% interval really covers 87% of observations.

Data coverage

Geography US digital marketing campaigns across channels and verticals.
Temporal Recent campaign performance, refreshed monthly.
Limitations Platform policy and seasonality shifts can move baselines between periods.

Quickstart

request — curl
curl -X POST https://api.dryapi.dev/predict \
  -H "Authorization: Bearer $DRYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "marketing/predictions/v1",
    "features": {
      // one row per input column the model expects
    }
  }'
response
{
  "value": 3.2,
  "interval": [2.8, 3.6],
  "confidence_interval": { "lower": 2.8, "upper": 3.6, "coverage": 0.87 },
  "confidence": { "level": 0.87, "score": 0.84 },
  "top_factors": [
    { "feature": "sqft", "impact": 0.42 },
    { "feature": "zip", "impact": 0.31 },
    { "feature": "beds", "impact": 0.18 }
  ]
}

Tags

marketingcampaign