Skip to main content
POST
Analyze Dataset

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file
string | null
prompt
string
default:""
horizon
integer | null
Required range: x >= 1
item_id_column
string
default:item_id
timestamp_column
string
default:timestamp
target_column
string
default:target

Response

Successful Response

Synchronous response from POST /agent/analyze. Surfaces the data profile and the (client-safe) recommended configuration so the frontend can render an explanation panel before the user clicks Run.

profile
SeriesProfile · object
required

Statistical profile of the uploaded panel.

recommendation
PublicRecommendation · object
required

Recommended forecast configuration (public, vendor-free).

rationale
string[]
required

Plain-English bullets, scrubbed of vendor names.