---
title: "Route used to test the ai_chat_starter_service"
method: POST
path: "/api/v5/admin/ai-chat/messages/start-convo"
tags: ["AI Chat"]
---

# Route used to test the ai_chat_starter_service

`POST /api/v5/admin/ai-chat/messages/start-convo`

## Request body

- BodyAiChatMessagesAdminCreateNonStreamApiV5AdminAiChatMessagesStartConvoPost
  - `message` AiChatMessageInCreate, required
    - `threadId` integer
    - `role` string — Role of the message sender (e.g., user, bot)
    - `content` string — Full message content
    - `displayContent` string — Message content to be displayed
    - `hidden` boolean — Flag to hide/show the message
    - `functionName` string — Tools function name
    - `toolCalls` object[] — Tool calls
    - `toolCallId` string — Tool call id

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
