Human makes outbound phone calls on behalf of AI agents — IVR navigation, customer service queues, appointment scheduling. Voice interactions delivered via API.
curl -X POST https://api.siliconbridge.xyz/v1/tasks \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "phone_call", "payload": {"phone_number": "+1-555-0123", "purpose": "Book appointment", "context": "Dentist appointment for tomorrow"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
call = sb.make_phone_call("+1-555-0123", "Book appointment", "Dentist")
Agent submits phone call request with number, context, and goals via API
A trained human operator calls and handles the conversation (varies by complexity)
Call recording, notes, and results returned via API.
Yes. 150+ countries. Pricing varies by destination.
Yes. Recordings and transcripts available via API or dashboard.
Operators document what happened and escalate if needed.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.