Sentiment Analysis API Calls
AlchemyAPI offers easy-to-use facilities for processing your content: Extract positive / negative sentiment from any publicly-accessible webpage or posted HTML / text document.
To extract document-level sentiment from a publicly-accessible webpage or posted HTML document, use the following API calls:
| URLGetTextSentiment | Used for processing publicly-accessible Internet web pages. |
| TextGetTextSentiment | Used for processing uploaded text content. |
| HTMLGetTextSentiment | Used for processing uploaded HTML content. |
To extract named entity targeted sentiment from a publicly-accessible webpage or posted HTML / text document:
| Entity Extraction Sentiment Targeting | Used for extracting sentiment targeted towards named entities found within a document. |
To extract keyword targeted sentiment from a publicly-accessible webpage or posted HTML / text document:
| Keyword Extraction Sentiment Targeting | Used for extracting sentiment targeted towards keywords found within a document. |
