Skip to main content
POST
Submit product feedback

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Body

application/json
authorKind
enum<string>
required

Who wrote the feedback. An AI agent must pass "agent" even when connected through a user OAuth token.

Available options:
user,
agent
feedback
string
required

Concise free-form feedback describing the Cactal problem or limitation and what would have made the experience better.

Required string length: 1 - 12000

Response

The id and receipt time of the accepted feedback.

feedbackId
string
required

Generated id of the accepted feedback.

receivedAt
string<date-time>
required

When Cactal accepted the feedback.