Skip to main content
POST
/
v1
/
feedback
Submit feedback
curl --request POST \
  --url https://getkontext.io/api/v1/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "productId": "<string>",
  "content": {
    "body": "<string>",
    "title": "<string>",
    "bodyFormat": "markdown"
  },
  "sourceUrl": "<string>",
  "feedbackType": "generic_feedback",
  "contextId": "<string>",
  "actorId": "<string>",
  "metadata": {},
  "notes": "<string>",
  "source": "manual"
}
'
{
  "feedbackId": "<string>",
  "url": "<string>",
  "status": "queued"
}

Documentation Index

Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (ktx_key_*) or session Bearer token

Body

application/json
productId
string
required
Minimum string length: 1
content
object
required
sourceUrl
string<uri>
feedbackType
enum<string>
default:generic_feedback
Available options:
bug,
feature_request,
support_ticket,
prospect_call,
support_call,
research_call,
generic_feedback
contextId
string
actorId
string
metadata
object
notes
string
source
Available options:
manual,
api

Response

Feedback submitted and queued for processing

feedbackId
string
required
url
string<uri>
required
status
enum<string>
required
Available options:
queued