PHP
Classifiers
Tinq\Classifiers
Official Tinq.ai PHP SDK.
All URIs are relative to https://tinq.ai/api/v2, except if the operation defines another base path.
Method | HTTP request | Description |
---|---|---|
classifiers | GET /classifiers | Classifiers |
classify | POST /classify | Classify |
sentimentAnalysis | POST /sentiment-analysis | Sentiment Analysis |
classifiers()
Classifiers
Example
Parameters
This endpoint does not need any parameter.
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
classify()
Classify
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
accept | string | [optional] | |
content_type | string | [optional] | |
body | object | [optional] |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type:
application/json
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sentimentAnalysis()
Sentiment Analysis
Sentiment analysis API
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
content_type | string | [optional] | |
accept | string | [optional] | |
body | object | [optional] |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type:
application/json
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]