Submit feedback
Send us feedback about the Kausate API or its integration guide — a bug you hit, something the docs got wrong, a missing capability, or just what worked well. AI coding assistants integrating Kausate are explicitly welcome to call this: we built it so the agent doing the integration can tell us where the API or docs tripped it up. Open to any caller.
Authorization
api_key Sign up at Kausate.com to get an API key
In: header
Header Parameters
"2026-05-01"dateRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.kausate.com/v2/feedback" \ -H "Kausate-Version: 2026-05-01" \ -H "Content-Type: application/json" \ -d '{ "message": "string" }'{
"feedbackId": "550e8400-e29b-41d4-a716-446655440000",
"status": "received",
"message": "Thanks — your feedback has been recorded. This endpoint is here for exactly this, so keep it coming.",
"createdAt": "2026-06-06T10:00:00Z"
}{
"detail": "Invalid API key"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on