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.The unique identifier of the agent (e.g.,
agent_07a9005357b35d0943f7359ad9)Bearer token in the format:
Bearer {access_token}Must be set to
application/jsonResponse status (e.g., “success”)
Response data object containing endpoint information
The unique endpoint URL for initiating calls with this agent
The HTTP method to use when calling the endpoint (typically “POST”)
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)