UnifyAPI
← Back to catalog

telnyx.estimate_price

mock data$0.001 / call

Estimate SMS Tier + Price (Telnyx)

Classify a destination phone number into the right pricing tier (na / world / premium) and return the recommended send tool and price. Use this BEFORE telnyx.send_sms_* to avoid 400 errors. $0.001/lookup (Telnyx)

Communicationprovider: Telnyx#telnyx#communication

Input schema

torequired

Destination phone number in E.164 format (e.g. "+14155551234", "+447911123456", "+79991234567"). The classifier returns the recommended send tool and tier-based price.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/telnyx.estimate_price \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"to":"<to>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.