* Score based on random selection of 250 words from provided content.
API Documentation
Getting an API Key: To use the Paid nTopic API, you will need to get an API key. This is easy to do. Just register for an account. The free API does not require a key, but has fewer features.
Creating a Valid Request: The nTopic API accepts a simple HTTP POST request accepting the following variables.
Endpoint: http://lda.seotlz.com/lda/keyword-data.php
apikey: (required for full features). This is the API key you are provided after registering.
keyword: (required) This is your keywords, comma-separated.
content: (required) This is your textual content. If you are using the free API, only a random sample of 250 words will be analyzed.
method: (optional) Use 'method=free' in your api call if you are using the free API. This is unnecessary if using the paid api.
The API Response: The nTopic API response is provided in simple XML format
id: your session id.
words: list of words to add to improve relevancy.
negative: words you may wish to remove to improve relevancy.