Skip to main content
POST
Generate a Deep Research audit for a project

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Body

Request body for POST /deep-research-insights/generate/.

project
integer
required

Project ID to generate Deep Research for.

window_days
integer
default:7

Lookback in days, counted back from now. Ignored when date_from / date_to are supplied.

Required range: 1 <= x <= 30
date_from
string<date-time> | null

Start of the window to audit (ISO datetime). Must be sent together with date_to and takes precedence over window_days.

date_to
string<date-time> | null

End of the window to audit (ISO datetime). Sent with date_from.

max_calls
integer
default:500
Required range: 10 <= x <= 1000
focus
string
default:""

Optional research focus, stored and passed to the audit verbatim. If it cannot be understood, the audit falls back to a full audit.

Maximum string length: 2000

Response

200 - application/json

Request body for POST /deep-research-insights/generate/.

project
integer
required

Project ID to generate Deep Research for.

window_days
integer
default:7

Lookback in days, counted back from now. Ignored when date_from / date_to are supplied.

Required range: 1 <= x <= 30
date_from
string<date-time> | null

Start of the window to audit (ISO datetime). Must be sent together with date_to and takes precedence over window_days.

date_to
string<date-time> | null

End of the window to audit (ISO datetime). Sent with date_from.

max_calls
integer
default:500
Required range: 10 <= x <= 1000
focus
string
default:""

Optional research focus, stored and passed to the audit verbatim. If it cannot be understood, the audit falls back to a full audit.

Maximum string length: 2000