Summarize

// This AI-Powered Summary Tool is built with One AI’s Language Skills API. The summary API creates context-aware summarizations of texts, including news reports, articles, and conversations. The results are concise, and contain all the relevant information, and can be used in conjunction with other Language Skills to improve results by processing only the key information.
Studio

Setup

Parameters

min_length: minimal desired length (in words) of the summary
max_length: maximal desired length (in words) of the summary

Request

Generate a summary by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "summarize" }] }

Response

Returns a summary of the provided text