Utilities
Summary
Generate concise, intelligent summaries of text or documents with AI
POST
Documentation Index
Fetch the complete documentation index at: https://jigsaw-13.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Body
The text content to summarize. Maximum 300,000 characters.
Not required if
url or file_store_key is specified.URL of a PDF document to summarize. Not required if
text or file_store_key
is provided.The key of a stored PDF document to summarize from Jigsawstack File
Storage. Not required if
text or url
is provided.The format of the summary: -
text: Returns a continuous paragraph summary -
points: Returns bullet points as an array of stringsThe maximum number of bullet points to generate when
type is set to
points. Maximum value is 100.The maximum number of characters in the generated summary.
Header
Your JigsawStack API key
Response Structure
The response structure varies based on thetype parameter:
Indicates whether the call was successful.
Usage information for the API call.
A unique identifier for the request
When type is “text” (default)
The generated summary as a continuous paragraph.
When type is “points”
An array of strings, where each string represents a bullet point in the
summary.