Skip to main content
POST
Dismiss a Deep Research failure mode

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

Request body for thumbs-down submission.

project
integer
required

Project ID the dismissal applies to.

mode_title
string
required

Exact title of the failure mode to suppress.

Maximum string length: 200
insight
integer | null

Optional Deep Research insight ID the mode was seen on.

mode_details
string
default:""

Optional detail text of the failure mode, stored with the dismissal.

mode_severity
string
default:""

Optional severity label of the failure mode, stored with the dismissal.

Maximum string length: 20
note
string
default:""

Optional reason. Empty is fine — a bare thumbs-down still dismisses.

Response

200 - application/json

Request body for thumbs-down submission.

project
integer
required

Project ID the dismissal applies to.

mode_title
string
required

Exact title of the failure mode to suppress.

Maximum string length: 200
insight
integer | null

Optional Deep Research insight ID the mode was seen on.

mode_details
string
default:""

Optional detail text of the failure mode, stored with the dismissal.

mode_severity
string
default:""

Optional severity label of the failure mode, stored with the dismissal.

Maximum string length: 20
note
string
default:""

Optional reason. Empty is fine — a bare thumbs-down still dismisses.