Show a typing indicator

Tells the end customer that one of your operators is typing. Call it when an agent starts typing in your panel. The indicator expires on its own after a few seconds, so send it again while they keep typing rather than sending a stop.

Authentication

AuthorizationBearer

Your API key, issued by ParsChat sales. One key per account, spanning every robot you own. Send it as Authorization: Bearer pk_live_….

Path parameters

conversation_idstringRequired
The conversation's id, as it arrives on every webhook event.

Request

This endpoint expects an object.
is_typingbooleanOptionalDefaults to true

true to show the indicator, false to clear it early.

Response

Accepted. No body.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error