EvaluatorDPT™ · First decision in 5 minutes

One-page guide to go from subscription key to your first EvaluatorDPT™ decision.

1. Choose a plan

Go to Pricing and pick a plan that fits your usage.

2. Get your subscription key

After onboarding, you’ll receive your Ocp-Apim-Subscription-Key via email or portal. Keep it secret.

3. Check connectivity

Call the health endpoint:

curl -X GET "https://api.smsquared.ai/v1/ready" \
  -H "Ocp-Apim-Subscription-Key: <your-subscription-key>"

4. Send a test prediction

Then send a simple test payload:

curl -X POST "https://api.smsquared.ai/v1/predict" \
  -H "Content-Type: application/json" \
  -H "Ocp-Apim-Subscription-Key: <your-subscription-key>" \
  -d '{ "texts": ["The World is Beautiful"] }'

You should see a JSON response with a decision label and confidence. For a full use-case setup, start with the Intake page.

Key management & rotation

Treat your Ocp-Apim-Subscription-Key like a password. Store it in a secret manager (Azure Key Vault, etc.), never in code.

Rotate a key

  1. Email support@smsquared.ai with your company name and plan.
  2. We’ll issue a new key and confirm the switchover window.
  3. Update all environments to the new key and verify traffic.
  4. We revoke the old key after the grace window (or immediately if you suspect exposure).

If you suspect exposure

If we need any additional details, we’ll contact you. You can always reach us at support@smsquared.ai.