Do you have any questions? Write us an email or ask us through the feedback section.

Request

Endpoint:

POST
https://api.meaningcloud.com/summarization-1.0


If you are working with an on-premises installation, you will need to substitute api.meaningcloud.com by your own server address.

Content-Type:

multipart/form-data

Parameters:

NameDescriptionValuesNotes
keyAuthorization key for using MeaningCloud services. Create an account for free to create your key.Required
ofOutput format.json xmlOptional. Default:json
txtText to analyzeUTF-8 encoded text (plain text, HTML or XML).Use only one
urlURL of the document to analyze. Non-authenticated HTTP(s) and FTP supported. See supported formats.
docInput file with the content to analyze. See supported formats.
langLanguage of the text to analyze.See supported languages.Optional. Use auto to perform language detection.
sentencesNumber of sentences for the summary. The fields sentencesand limit are mutually exclusive, at least one of them must not be empty.Use only one.
limitPercentage of the total sentences of the text. The fields sentencesand limit are mutually exclusive, at least one of them must not be empty.

Important

The fields txt, doc and url are mutually exclusive; in other words, at least one of them must not be empty (a content parameter is required), and in cases where more than one of them has a value assigned, only one will be processed. The precedence order is txt, url and doc.