EvaluatorDPT™ is a decision API for deterministic classification and steering. Use API Reference for endpoints and schemas, and Builds & Versions for published OpenAPI versions.
EvaluatorDPT™ turns model outputs into deterministic, governed decisions (YES / NO / TBD) with evidence-first behavior.
PowerShell example (server-side usage; never ship keys in browser JS).
$headers = @{
"Ocp-Apim-Subscription-Key" = "<YOUR_SUBSCRIPTION_KEY>"
"Content-Type" = "application/json"
}
$body = @{ texts = @("The World is Beautiful") } | ConvertTo-Json -Depth 6
Invoke-RestMethod -Method POST -Uri "https://api.smsquared.ai/v1/predict" -Headers $headers -Body $body
Ocp-Apim-Subscription-Key header.Retry-After| Plan | Spike control | Monthly quota | Signals / vectors |
|---|---|---|---|
| EvaluatorDPT™ Signals | 30 per 60 seconds | 500,000 / 30 days | Signals model (tier rules apply) |
Note: this page intentionally avoids linking to raw JSON directly. Use API Reference and Builds & Versions for curated views.