Text Summary (Deprecated)
Summarize natural language with pre-trained text engines.
The Text Summary API is a powerful tool designed to generate concise summaries from natural language text. This API utilizes pre-trained text summarization engines to extract essential information and condense lengthy passages into shorter, coherent summaries. The API allows developers to specify the minimum and maximum length of the generated summaries.
Pricing
Requests made to the Text Summary API are billed. Prices are based on the number of characters sent to the service to be summarized.
The pricing for API requests is as follows:
Per Request Cost: 3 units base cost per request.
POST
https://api.autogon.ai/api/v1/services/text-summary/
Headers
Content-Type*
String
application/json
Request Body
text*
String
The text to be summarized
max_length
Integer
Specifies the maximum length of the summary. Defaults to 130.
min_length
Integer
Specifies the minimum length of the summary. Defaults to 30.
Last updated