---
title: "Start Call"
method: POST
path: "/gemini-live/start_call"
tags: ["gemini-live"]
---

# Start Call

`POST /gemini-live/start_call`

Initiate an outbound call via the configured telephony provider.

## Request body

- OutboundCallBody
  - `to_number` string, required
  - `from_number` string, required
  - `system_prompt` string, required
  - `voice_id` string, nullable
  - `telephony_provider` string, nullable
  - `agent_talks_first` boolean
  - `custom_first_message` string, nullable
  - `knowledge_base_id` string, nullable
  - `campaign_industry` string, nullable
  - `enable_deviation_tool` boolean
  - `enable_manager_transfer` boolean
  - `corpus_url` string[], nullable
  - `corpus_file_path` string[], nullable
  - `workspace_id` string, nullable
  - `campaign_id` string, nullable
  - `scheduling_enabled` boolean
  - `outcaller_call_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `e7248cb2f50b` — 3 info
  - added the new optional request property `campaign_id`
  - added the new optional request property `outcaller_call_id`
  - added the new optional request property `scheduling_enabled`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/gemini-live/start_call/post.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/outcallerai/apis/fastapi/revisions/e7248cb2f50b?raw)
