---
title: "Send a typing indicator"
method: POST
path: "/chats/{userUuid}/typing"
---

# Send a typing indicator

`POST /chats/{userUuid}/typing`

Signal that you are typing (or have stopped typing) in a chat with a user. The signal is delivered to the counterpart's realtime connection and is not persisted, so delivery is best-effort. Send an empty body `{}` (or omit `isTyping`) to indicate you are typing.

## Path parameters

- `userUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `isTyping` boolean — Whether the caller is currently typing (true) or has stopped (false). Defaults to true.

## Response `202`

Typing signal accepted

- object
  - `success` true, required

## Other responses

- `400` — Bad Request - API version not supported OR user contactability validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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