---
title: "Create a phone book"
method: POST
path: "/phonebooks"
---

# Create a phone book

`POST /phonebooks`

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Phone book name.

## Response `200`

200

- CreateAPhoneBookResponse200
  - `status` string — Whether the request was successful.
  - `response` PhonebooksPostResponsesContentApplicationJsonSchemaResponse
    - `key` string — Phone book ID.

## Changes

- **2026-08-22** `292b6010eb31` — 1 info
  - api tag `` removed

[Change history](https://skmtc.dev/synthflow/apis/platform-api/changes/phonebooks/post.md)

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/292b6010eb31/schema)
