Submit contextual feedback
Creates a redacted feedback report from docs or dashboard surfaces. Actionable support categories also create an Admin Forum Support task.
POST/api/v1/feedbackNo auth
For AI agents
Use this for low-friction docs or product feedback. If a wallet JWT is present, the gateway binds the report to that wallet.
Generated OpenAPI reference
POST
/api/v1/feedbackRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?any
Response Body
application/json
application/json
application/json
curl -X POST "https://api-staging.synapse-network.ai/api/v1/feedback" \ -H "Content-Type: application/json" \ -d '{ "source": "docs", "sentiment": "not_helpful", "category": "docs_issue", "route": "/concepts/agent-settlement", "message": "Settlement section is missing an example.", "context": { "pageTitle": "Agent Settlement" } }'{
"status": "success",
"feedbackId": "fbk_abc123",
"redacted": true,
"supportCaseCreated": true,
"supportTaskId": "frt_abc123"
}{
"code": "INVALID_PAYLOAD",
"message": "source, sentiment, or message is invalid"
}{
"code": "RATE_LIMITED",
"message": "Too many feedback reports in this window"
}