Overview (4.8.0.0)
This reference describes RESTful web methods for interacting with Tisane API using standard HTTP and JSON-based communication.
Download OpenAPI description
Languages
Servers
Tisane public cloud
https://api.tisane.ai/
- Tisane public cloud
https://api.tisane.ai/lm/inflections
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.tisane.ai/lm/inflections?language=en&lexeme=3130180&family=58443' \
-H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY_HERE'
Response
application/json
[ { "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": [ … ] } ]