Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
bucket
string
required

The name of the bucket that contains the file to be summarized.

filename
string
required

The name of the file to be summarized.

system_prompt
string

A system prompt to guide the summary generation.

Response

Successful Response

data
SummaryResponse · object
required