Skip to main content
Creates a 1:1 chat or group chat and sends the first message. Use this when your app wants an addressable chat.id for follow-ups, history, typing, media, and group operations.
Text parts use value. The request must include message.parts.
rich_link parts use the same public shape on every Chert sender line:
Optional title, summary, image_url, and icon_url fields are accepted. When those fields are omitted, Chert fetches preview metadata when the sender line supports native rich-link previews. If a rich preview cannot be generated, the URL may be delivered as plain text instead of a preview bubble.

Request

Group chat

Use 2-31 recipients in to.
Media attachments and rich links are not supported in the first group-create call. Create the group with text, then send attachments or rich links with POST /api/v1/chats/{id}/messages.

Response

Fields

Ids

Errors

See also