Yes. There's a full REST API for posts, users, votes, comments, statuses, categories, tags, groups, and more.
API tokens are managed under Settings → API. Use the token in the Authorization header.
See the ProductLift API reference.
There are sensible rate limits to protect the platform. For bulk operations or migrations, plan pagination and batching. If you have a one-off large pull, email support@productlift.dev in advance and we can raise the cap temporarily.
For event-driven flows (post created, status changed, vote cast), use webhooks instead of polling. See Webhooks if available, or contact support for the current webhook event list.