Official Tinq.ai python SDK.
Method | HTTP request | Description |
---|---|---|
classifiers | GET /classifiers | Classifiers |
classify | POST /classify | Classify |
sentiment_analysis | POST /sentiment-analysis | Sentiment Analysis |
classifiers()Classifiers
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
classify(accept=accept, content_type=content_type, body=body)Classify
Name | Type | Description | Notes |
---|---|---|---|
accept | str | [optional] | |
content_type | str | [optional] | |
body | object | [optional] |
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
sentiment_analysis(content_type=content_type, accept=accept, body=body)Sentiment Analysis Sentiment analysis API
Name | Type | Description | Notes |
---|---|---|---|
content_type | str | [optional] | |
accept | str | [optional] | |
body | object | [optional] |
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |