---
title: "Create Practicepanther Matter For Chat"
method: POST
path: "/developer/practicepanther/chat/create-matter/{conversation_id}"
tags: ["Developer", "Developer - Integrations"]
---

# Create Practicepanther Matter For Chat

`POST /developer/practicepanther/chat/create-matter/{conversation_id}`

Manually trigger PracticePanther matter creation for a chat conversation. Developer-only.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- PracticePantherSyncResponse — Response for triggering PracticePanther data sync
  - `message` string, required — Status message
  - `task_id` string, nullable — Celery task ID for tracking (if async)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
