Phương pháp này phân tích dữ liệu đầu vào và phát hiện nội dung có vấn đề, đoạn văn bản thể hiện cảm xúc, thực thể, chủ đề, cấu trúc cụm từ, các loại từ, từ dừng, v.v.
Security
Tisane-API-Key
POST
- Hello Tisane
- Abuse detection
- Extract topics (native standard)
- Extract topics (IAB standard)
- Adverse media monitoring in fintech
- Parse alias w/ sentence structure
- Parse hashtag and output words
curl -i -X POST \
https://api.tisane.ai/parse \
-H 'Content-Type: application/json' \
-H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY_HERE' \
-d '{
"language": "en",
"content": "Hello Tisane API!!"
}'Successful response
Trạng thái sau khi phân tích. Có thể được sử dụng để thiết lập trạng thái của các phân tích trong tương lai. (Đặt state thành true để hiển thị).
Response
- Hello Tisane
- Abuse detection
- Extract topics (native standard)
- Extract topics (IAB standard)
- Adverse media monitoring in fintech
- Parse alias w/ sentence structure
- Parse hashtag and output words
{ "text": "Hello Tisane API!", "entities_summary": [ { … } ] }