Voz
Make AI Phone Call
Initiate an outbound AI phone call using raw phone numbers
POST
Initiates an outbound AI phone call by providing the destination phone number and contact details directly. Use this endpoint when you want to call any phone number without first creating a contact record. For calling an existing contact in your system, see Call a Contact instead.Documentation Index
Fetch the complete documentation index at: https://docs.contactship.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Body
The phone number to call from, in E.164 format (e.g.
+12025551234). Must be a number registered in your organization. Use List Phone Numbers to get available numbers.The destination phone number to call, in E.164 format (e.g.
+14155552678).Full name of the person being called. The AI agent uses this to personalize the conversation.
UUID of the AI agent to use for the call. Use List Agents to get available agents.
Email address of the contact. Passed to the agent for context.
Country of the contact (e.g.
Mexico, United States). Passed to the agent for context.Delay in minutes before placing the call. Useful for scheduling calls slightly in the future. Defaults to
0 (immediate).Schedule the call for a specific date and time.
Key-value pairs with extra context passed to the agent (e.g. account balance, product name).
URL to receive call event webhooks (call started, ended, transcript ready, etc.) for this specific call.
Arbitrary key-value metadata to attach to the call for your own tracking purposes.
Response
Unique identifier for the created call.
UUID of the AI agent handling the call.
UUID of the contact associated with the call, if applicable.
Timestamp when the call was created (ISO 8601).
Error Codes
400 Bad Request— Invalid or missing required fields401 Unauthorized— Invalid or missing API key500 Internal Server Error— Server-side error
