cURL
curl --request POST \ --url https://api.voice.ai/agent/v1/agent/search-phone-numbers \ --header 'Content-Type: application/json' \ --data ' { "country_code": "US", "area_code": "<string>", "provider": "twilio" } '
{ "results": [ { "phone_number": "<string>", "country_code": "<string>", "locality": "<string>", "region": "<string>" } ], "total_results": 0 }
Search available phone numbers for purchase.
Country code (e.g., 'US', 'CA')
3-digit area code (e.g., '415')
Provider: 'twilio' or 'telnyx'
Successful Response
Show child attributes