Uchidata is a Text-Mining API which provides state-of-the art algorithms for text classification.
This repository presents 4 use cases which are free to use (ask for your free access on our website).
Feel free to contact us if you need a specific model ([email protected]).
Every request must have the following format :
{
"key":"your_api_key",
"model":"model_to_request",
"observations":[{"id":1, "content":"XXX"}, {"id":2, "content":"YYY"}, {"id":3, "content":"ZZZ"}]
}
Where :
- key = your API key. If you don't have access to the demo, feel free to ask on our website
- model = the model to request. Accepted values : "sentiment", "review", "topic", "product-classification"
- maximum number of observations per request : 10
Please send the request to the url specified when you ask for a free access on uchidata.com