Documentation

EvaluatorDPT docs for teams that need a clean path to production

Use this bundle to review API access, integration steps, validation evidence, release versions, and the trust pages tied to the product.

API reference Swagger explorer Integration guides Validation evidence Build versions

Integration Guides

Use the practical implementation guide for system design, handoff, and production readiness.

Model Performance

Review the published validation evidence and performance context before rollout.

Quick start

A minimal server-side request example for EvaluatorDPT. Keep the key out of browser code and send it from a trusted backend.

$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
Support, trust, and legal pages are linked from the bundle for easy access.

POC Onboarding

Step through a pilot in a controlled way before production adoption.

Release Notes

See what changed in the latest public docs bundle and why it matters.

Builds & Versions

Check the published build identifier and the currently approved spec path.