postCard), follow-up action chips, and a series plan when relevant. Optionally attach referenceImageUrls for image-grounded generation.{
"sessionId": "7f3c1a2e-...",
"message": "Give me a post idea for our weekend sale"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/send-chat-message' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "7f3c1a2e-...",
"message": "Give me a post idea for our weekend sale"
}'{
"data": {
"sendLocalChatMessage": {
"success": true,
"message": {
"id": "string",
"role": "string",
"content": "string",
"messageType": "string",
"metadata": {},
"sequence": 0,
"createdAt": "string"
},
"postCard": {},
"seriesPlan": {},
"actionChips": [
{
"label": "string",
"emoji": "string",
"action": "string"
}
],
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}