POST /v1/suggest/feedback
POST
scope: suggest
0 credits
/v1/suggest/feedbackSend feedback on a Corty suggestion so the system learns. Essential for white-label partners and external tools.
note
Corty only learns if the edit is less than 80% different from the original — larger rewrites are discarded.
Try it
POST
/v1/suggest/feedbackSaved locally in your browser
Request Body
URL
https://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/suggest/feedbackEnter your API key above to send requests
Parameters
| Field | Type | Description | |
|---|---|---|---|
accepted | boolean | required | Whether the suggestion was actually used |
original_suggestion | string | optional | Corty's original suggestion text |
edited_version | string | optional | The version the user actually sent (triggers learning) |
medium | string | optional | email (default), linkedin, whatsapp |
client_id | uuid | optional | Client context for targeted learning |
suggestion_id | string | optional | ID of the original logged suggestion |
Response
{ "received": true, "learned": true, "medium": "email", "edit_distance": 0.23 }