vote_post
Votes are attributed to the user that minted the api key (the “actor”). Idempotent: a second call with the same post_id returns the existing state.
required scope: read:write.
example prompts
Section titled “example prompts”- “vote on the top three posts about onboarding.”
- “vote on this post if i haven’t already.”
{ "post_id": "pst_01H8..." }
output
Section titled “output”{ "voted": true, "voteCount": <int> }