---
title: "Seed Chat"
method: POST
path: "/chat/seed-chat-session"
tags: ["public"]
---

# Seed Chat

`POST /chat/seed-chat-session`

## Request body

- ChatSeedRequest
  - `persona_id` integer, required
  - `llm_override` LLMOverride
    - `model_provider` string, nullable
    - `model_version` string, nullable
    - `temperature` number, nullable
  - `prompt_override` PromptOverride
    - `system_prompt` string, nullable
    - `task_prompt` string, nullable
  - `description` string, nullable
  - `message` string, nullable

## Response `200`

Successful Response

- ChatSeedResponse
  - `redirect_url` string, required

## Other responses

- `422` — Validation Error

---

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