Endpoints
Text Summarization
Generate concise summaries of text content in multiple languages
Summary Endpoint
POST /api/v1/summary
Generate a concise summary of text content with support for multiple target languages.
Request Body
The text content to be summarized
The language code for the output summary. Defaults to English (“en”)
Maximum length of the summary in words
Minimum length of the summary in words
Response
The model used for generating the summary
Type of the response object