API Reference
Read the shortest path to authenticate, submit a request, and interpret a response.
Use this bundle to review API access, integration steps, validation evidence, release versions, and the trust pages tied to the product.
Read the shortest path to authenticate, submit a request, and interpret a response.
Use the practical implementation guide for system design, handoff, and production readiness.
Review the published validation evidence and performance context before rollout.
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
Step through a pilot in a controlled way before production adoption.
See what changed in the latest public docs bundle and why it matters.
Check the published build identifier and the currently approved spec path.