---
title: "Send Typing Indicator"
method: POST
path: "/v1/conversations/{conversation_id}/typing"
tags: ["conversations"]
---

# Send Typing Indicator

`POST /v1/conversations/{conversation_id}/typing`

Show a typing indicator in the conversation (iMessage only).

Works for both 1:1 and group chats: a group id is itself a valid typing
target, so every participant sees the indicator. Best-effort: the
indicator may be silently dropped if the chat has no recent activity, the
recipient isn't on iMessage, or it's RCS-routed (RCS carries no composing
state). Auto-expires after a few seconds; no "stop typing" call needed.

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- SendTypingResponse
  - `conversationId` string, required
  - `channel` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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