AI Call Endpoint
AI Agents
AI Call Endpoint
Retrieve the call endpoint URL for a specific AI agent. This endpoint provides the unique URL that can be used to initiate calls with the specified agent.
GET
AI Call Endpoint
AI Call Endpoint
Retrieve the call endpoint URL for a specific AI agent. This endpoint provides the unique URL that can be used to initiate calls with the specified agent.string
required
The unique identifier of the agent (e.g.,
agent_07a9005357b35d0943f7359ad9)string
required
Bearer token in the format:
Bearer {access_token}string
required
Must be set to
application/jsonstring
Response status (e.g., “success”)
object
Response data object containing endpoint information
string
The unique endpoint URL for initiating calls with this agent
string
The HTTP method to use when calling the endpoint (typically “POST”)
array
Array of form field names that must be included when making a POST request to the endpoint:
phone_number: The phone number to callemail: Contact email addressfirst_name: Contact’s first namelast_name: Contact’s last nameghl_contact_id: GoHighLevel contact IDoverride_agent_id: Agent ID override (optional)local_presence_number: Set to “Yes” to make the call from AI local presence number, or “No” otherwise
Use the returned endpoint URL with POST method and include the required form_data fields to initiate conversations with your AI agent. The endpoint is unique to each agent. When
local_presence_number is set to “Yes”, the call will be made from the AI local presence number.Authorizations
Bearer token authentication. Include the access token in the Authorization header as 'Bearer {access_token}'
Query Parameters
The unique identifier of the agent (e.g., agent_07a9005357b35d0943f7359ad9)