---
title: "Submit article feedback"
method: POST
path: "/api/v1/articles/{slug}/feedback"
tags: ["Editorial"]
---

# Submit article feedback

`POST /api/v1/articles/{slug}/feedback`

Registers a thumbs-up/down on an article — the same counters the web's helpful
buttons use. Per-key throttling applies upstream.

## Request body

- object
  - `helpful` boolean, required — `true` for helpful, `false` for not helpful.

## Response `200`

- object
  - `data` object
    - `article` string
    - `helpful_yes` integer
    - `helpful_no` integer

---

[API](https://skmtc.net/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.net/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/versions/ed1378af68b6/schema)
