Skip to content

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.

  • “vote on the top three posts about onboarding.”
  • “vote on this post if i haven’t already.”

{ "post_id": "pst_01H8..." }

{ "voted": true, "voteCount": <int> }