Basic Information about Klangoo NLP API
- Klangoo NLP API is a REST API.
- Klangoo NLP API Endpoint Uri: All API access is over HTTPS, and accessed from https://nlp.klangoo.com/Service.svc
- API response formats: XML, JSON.
- Magnet API supports both GET and POST request method. GET requests cannot handle long documents due to limitations in URL length. Use POST requests in this case.
- Each API key has a limit of 5000 requests per day by default. Please email our team at api-support@klangoo.com with your Username and new limit request if you want to change it.
- Text above 2000 words (around 11,000 characters) are trimmed. We only process the first 2000 words.
Type of Methods available:
- GetSummary: Returns an extracted summary of the input text.
- GetKeyTopics: Returns the key topics (phrases and score) of the input text.
- GetEntities: Returns a list of all the names identified from the text along with its relatedness score to the overall context of the text and its type.
- GetCategories: Returns the category identified for the text based on the 9 top level categories the API uses: Health, Politics, Sports, Entertainment, Technology, Business, Crime & Law Enforcement, Science, and General.
- ProcessDocument: Is a shortcut method that returns all of the results from the above 4 methods in a single transaction call. Please note that this call = 4 calls x number of MGQs.
Comments
0 comments
Article is closed for comments.