---
title: "Create a call"
method: POST
path: "/dispatch/calls"
tags: ["Dispatch"]
---

# Create a call

`POST /dispatch/calls`

Creates a real dispatch call (same side effects as CAD / AI Dispatch).

## Request body

- CreateCallBody
  - `description` string, required
  - `location` string, required
  - `type` string
  - `priority` string
  - `postal` string
  - `departmentCode` string
  - `title` string
  - `units` string[] — Callsigns to attach on create
  - `assignUnits` string[] — Alias of units

## Response `200`

Call created

- object

## Other responses

- `400` — Bad input / ER:LC not configured / civilian disabled
- `401` — Missing or invalid key
- `403` — Insufficient scope or cross-panel serverId

---

[API](https://skmtc.net/anchr/apis/anchor-open-developer-api.md) · [All operations](https://skmtc.net/anchr/apis/anchor-open-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchr/anchor-open-developer-api/versions/3a14d4cb4985/schema)
