Send to an existing Chat
202 with the canonical Message projection.
Resolve or create a Chat
UsePOST /v1/messages when you know the recipient Handles but not the Chat ID:
chat_id and created_new_chat.
POST /v1/messages can use a link as the first Message. The explicit
POST /v1/chats route rejects a first Message that contains a link or an HTTP
or HTTPS URL in text.
Send multiple parts
Idempotency
SetIdempotency-Key, message.idempotency_key, or both with the same value.

