Sending feedback in
Point your support inbox, a script, or a workflow tool at one endpoint. Same pipeline as the widget.
curl -X POST https://api.onsay.dev/v1/reports \
-H "authorization: Bearer ok_your_project_api_key" \
-H "content-type: application/json" \
-d '{"feedback":"the export button is hard to find","reporter":{"email":"user@example.com"}}'
The key
Each project has its own API key, on the project setup screen. It only writes feedback, it cannot read your reports or touch your repos.
What comes back
The report id, its title, its theme, its status, and the three judgements. The report lands in your review queue as a draft, exactly like one from the widget.
Limits
Sixty requests a minute per project. Feedback up to 8000 characters.