---
title: "Playground Chat"
method: POST
path: "/v1/playground/chat"
tags: ["Unified Agent APIs"]
---

# Playground Chat

`POST /v1/playground/chat`

Natural language chat for the API playground.
Matches user intent to an API endpoint and extracts parameters.
Product-aware: uses Suprsonic catalog by default, SuperBrowser catalog when product=suprbrowser.

## Request body

- PlaygroundChatRequest
  - `message` string, required
  - `conversation_history` object[]
  - `product` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api.md) · [All operations](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsonic/suprsonic-unified-agent-api/revisions/2a1b6fcb4ef0/schema)
