Summarize
/api/v1/ai/Summarize – Generate a Summary from HTML or Text
Description: Generate a summary from an HTML document or plain text.
Method:
POST
Parameters:
html
: (string) – The content to summarize.isoLang
: (string, optional) – The ISO language code for the summary (e.g.,en
for English).responseFormat
: (string) – The format of the response (e.g.,text
,json
).
Request Example:
Last updated