This reference describes RESTful web methods for interacting with Tisane API using standard HTTP and JSON-based communication.
This reference describes RESTful web methods for interacting with Tisane API using standard HTTP and JSON-based communication.
curl -i -X GET \
'https://api.tisane.ai/lm/inflections?family=58443&language=en&lexeme=3130180' \
-H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY_HERE'
[ { "text": "bought", "features": [ … ] }, { "text": "bought", "features": [ … ] }, { "text": "buy", "isLemma": true, "features": [ … ] }, { "text": "buys", "features": [ … ] }, { "text": "buying", "features": [ … ] }, { "text": "buy", "features": [ … ] }, { "text": "buy", "features": [ … ] }, { "text": "buy", "features": [ … ] } ]