---
title: "POST /v1/conversation/voice/create"
method: POST
path: "/v1/conversation/voice/create"
tags: ["Conversation"]
---

# POST /v1/conversation/voice/create

`POST /v1/conversation/voice/create`

## Request body

- VoiceConversationInitDTO
  - `phoneNumber` string, required — The phone number of the customer in E.164 format
  - `publicKey` string, required — The public key associated with this agent
  - `remoteId` string — The remoteId of your customer
  - `firstName` string — The first name of the customer
  - `lastName` string — The last name of the customer
  - `email` string — The email of the customer
  - `state` object — The custom attributes of the customer - should be provided as key value object

## Response `200`

- VoiceConversationInitResponseDTO
  - `conversationId` object, nullable, required — The ID of the conversation. Null if ticket creation was skipped.

## Other responses

- `400` — Missing required fields

## Changes

- **2026-04-14** `3175010bb41e` — 1 info
  - endpoint added
- **2026-02-18** `7ebe7ece6f53` — 1 breaking
  - api path removed without deprecation
- **2026-02-11** `b4f394f05daf` — 1 info
  - the endpoint scheme security `lorikeetClientId AND lorikeetSignatureAuthV1` was removed from the API
- **2026-01-28** `3a67275d43b9` — 1 breaking
  - the response property `conversationId` became nullable for the status `200`

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/conversation/voice/create/post.md)

---

[API](https://skmtc.dev/optechai/apis/lorikeet-api.md) · [All operations](https://skmtc.dev/optechai/apis/lorikeet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optechai/lorikeet-api/revisions/789c7fa93584/schema)
