Skip to main content
POST
Create Assessment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required

Full prompt with scenario, portfolio/stock data, and template instructions

system_prompt
string | null

Custom system prompt (optional)

model
string
default:default

Research mode: 'fast', 'default', or 'deep'

max_tokens
integer
default:8000

Max response tokens

temperature
number
default:0.4

Model temperature (0.0-1.0)

Response

Job created successfully

Last modified on September 21, 2026