---
title: "Initiate Call"
method: POST
path: "/api/v1/public/agent/{uuid}"
tags: ["main"]
---

# Initiate Call

`POST /api/v1/public/agent/{uuid}`

Initiate a phone call against the published agent.

Executes the workflow's currently released definition.

## Path parameters

- `uuid` string, required

## Headers

- `X-API-Key` string, required

## Request body

- TriggerCallRequest — Request model for triggering a call via API
  - `phone_number` string, required
  - `initial_context` object, nullable
  - `telephony_configuration_id` integer, nullable

## Response `200`

Successful Response

- TriggerCallResponse — Response model for successful call initiation
  - `status` string, required
  - `workflow_run_id` integer, required
  - `workflow_run_name` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/dograh/apis/dograh-api.md) · [All operations](https://skmtc.net/dograh/apis/dograh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dograh/dograh-api/versions/e7d045c0295a/schema)
