← Back to catalog
telnyx.estimate_price
mock data$0.001 / callEstimate 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)
Input schema
torequired
stringDestination phone number in E.164 format (e.g. "+14155551234", "+447911123456", "+79991234567"). The classifier returns the recommended send tool and tier-based price.
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>"}'