Engage

Suggest Engage reply

AI draft only — never posts. Prefer commentUrn so the live comment/post text is loaded.

POST/api/public/engage/comments/suggest
cURLPOST /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

commentUrnstring

Preferred: loads live comment + post text.

commentTextstring

Required if commentUrn omitted.

postTextstring

Optional post context override.

tonestring

professional | friendly | casual.

Response

Suggested reply text.

Errors

404comment_not_found

Good to know

  • MCP twin: suggest_engage_reply. Always show the suggestion to the user before calling reply.