Create phone connection
Create a new phone connection. See Phone Connections.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Body
"prod_123"
"Support line"
The phone number Galtea dials, in E.164 format.
"+14155552671"
"phoneConnection_123"
"user_123"
Whether the voice agent opens the conversation once the call connects. false (default) means the simulated caller speaks first; true suits interviewer-style agents that greet first.
false
Response
Phone connection created successfully
"prod_123"
"Support line"
The phone number Galtea dials, in E.164 format.
"+14155552671"
"phoneConnection_123"
"user_123"
Whether the voice agent opens the conversation once the call connects. false (default) means the simulated caller speaks first; true suits interviewer-style agents that greet first.
false