Loading...
Loading...
Compare original and translation side by side
curl -X POST https://ai-skills.ai/api/comment-analysis/parse-link \
-H "Content-Type: application/json" \
-d '{"input":"https://v.douyin.com/xxxxx"}'curl -X POST https://ai-skills.ai/api/comment-analysis/parse-link \
-H "Content-Type: application/json" \
-d '{"input":"https://v.douyin.com/xxxxx"}'curl -X POST https://ai-skills.ai/api/comment-analysis/tasks \
-H "Content-Type: application/json" \
-H "X-API-Key: $AISKILLS_API_KEY" \
-H "X-Tenant-Id: default" \
-d '{"platform":"douyin","contentId":"$CONTENT_ID"}'curl -X POST https://ai-skills.ai/api/comment-analysis/tasks \
-H "Content-Type: application/json" \
-H "X-API-Key: $AISKILLS_API_KEY" \
-H "X-Tenant-Id: default" \
-d '{"platform":"douyin","contentId":"$CONTENT_ID"}'undefinedundefinedcurl https://ai-skills.ai/api/comment-analysis/tasks/$TASK_ID \
-H "X-API-Key: $AISKILLS_API_KEY" \
-H "X-Tenant-Id: default"curl https://ai-skills.ai/api/comment-analysis/tasks/$TASK_ID \
-H "X-API-Key: $AISKILLS_API_KEY" \
-H "X-Tenant-Id: default"undefinedundefined#!/bin/bash
LINK="https://v.douyin.com/xxxxx"#!/bin/bash
LINK="https://v.douyin.com/xxxxx"undefinedundefined{
"platform": "douyin",
"contentId": "7321456789012345678",
"videoTitle": "视频标题",
"analyzeTime": "2026-03-28T12:00:00Z",
"sentiment": {
"positive": { "count": 120, "percentage": 60 },
"neutral": { "count": 50, "percentage": 25 },
"negative": { "count": 30, "percentage": 15 }
},
"keywords": ["产品好", "推荐", "物流快"],
"topEmotions": [
{ "emotion": "满意", "count": 80 },
{ "emotion": "期待", "count": 40 }
],
"insights": "评论区整体情感偏正面,用户对产品质量反馈积极..."
}{
"platform": "douyin",
"contentId": "7321456789012345678",
"videoTitle": "视频标题",
"analyzeTime": "2026-03-28T12:00:00Z",
"sentiment": {
"positive": { "count": 120, "percentage": 60 },
"neutral": { "count": 50, "percentage": 25 },
"negative": { "count": 30, "percentage": 15 }
},
"keywords": ["产品好", "推荐", "物流快"],
"topEmotions": [
{ "emotion": "满意", "count": 80 },
{ "emotion": "期待", "count": 40 }
],
"insights": "评论区整体情感偏正面,用户对产品质量反馈积极..."
}⚠️ 电量配额已用完,当前无法继续分析评论。 请前往 https://ai-skills.ai 购买电量包,充值后即可继续使用。
⚠️ 电量配额已用完,当前无法继续分析评论。 请前往 https://ai-skills.ai 购买电量包,充值后即可继续使用。
keywordsinsightskeywordsinsights