POST
/
v1
/
ai
/
summary

Body

text
string
required

The text to summarize.

type
string
default: "text"

The summary result type. Supported values are:

  • text - Returns a text summary.
  • points - Returns an array with points summary.
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

summary
string | array<string>

The summarized text.