Start a new chat
POSThttps://api.postpress.ai/v1/chats
Opens a new conversation and sends the first message.
Request body
account_idstringoptional
Field `account_id`.
recipientsarrayoptional
Field `recipients`.
textstringoptional
Field `text`.
{
"account_id": "acc_linkedin_1",
"recipients": [
"urn:li:person:demo"
],
"text": "Hey!"
}Response
Returns the canonical resource representation. See Errors for failure shapes.
Updated May 2026