AI agent needs a phone call made or received? A real human handles inbound/outbound calls, verifications, and SMS confirmations — all via API.
curl -X POST https://siliconbridge.xyz/task/submit \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "phone_verification", "payload": {"phone_number": "+1234567890"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
result = sb.submit_task("phone_verification", {"phone_number": "+1234567890"})
Your agent submits a task via API with service type phone_verification
A real human operator picks it up and completes it (avg <60 seconds)
Result is returned via API or webhook. Your agent continues.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.