What the quickstart gives you#
Ten minutes of work gives you two function calls.lookupLabel("+18883578668") -> "CallerAPI LC"
isSpam("+19999999999") -> true
You call them from your own code, and you show the answer in your own screens.What it does not give you#
The name does not appear on the system call screen. The phone does not block anything. Both of those need the operating system to hand control to your app, which is a separate setup. See Call screening.Start here anyway. The quickstart proves your credentials work, and call screening builds on it.The four steps#
3.
Call lookupLabel. One minute.
Send phone numbers in E.164 format. That means a plus sign, the country code, then the number, with no spaces, dashes, or brackets. +18883578668 is correct. (888) 357-8668 is not.A null answer is normal. Most phone numbers do not belong to a business, so lookupLabel returns nothing for them. Show your own fallback text.The first lookup for a number is slower. The SDK downloads a group of hashes and caches it. Later lookups in that group answer from the cache.Free while you build#
A new app starts in sandbox mode. Sandbox is free and it returns the same real data as production.When you are ready to ship to more than 100 customers, contact us to agree a price. No code changes when you switch.Modified at 2026-07-29 20:10:26