Engage
Suggest Engage reply
AI draft only — never posts. Prefer commentUrn so the live comment/post text is loaded.
POST
/api/public/engage/comments/suggestcURLPOST /api/public/engage/comments/suggest
curl -X POST https://postiv.ai/api/public/engage/comments/suggest \
-H "Authorization: Bearer pk_postiv_..." \
-H "Content-Type: application/json" \
-d '{}'200Response
{
"success": true,
"suggestion": "Thanks — glad it resonated.",
"tone": "professional"
}Authorization
Requires an organization API key with the engage:write scope, sent as Authorization: Bearer or x-api-key.
Body parameters
commentUrnstringPreferred: loads live comment + post text.
commentTextstringRequired if commentUrn omitted.
postTextstringOptional post context override.
tonestringprofessional | friendly | casual.
Response
Suggested reply text.
Errors
| 404 | comment_not_found |
Good to know
- MCP twin: suggest_engage_reply. Always show the suggestion to the user before calling reply.