🚀 Sensemaker API 測試

📋 測試數據格式

JSON 格式:

[
  {
    "id": "comment-1",
    "text": "這個產品真的很棒,使用起來非常方便!",
    "voteInfo": {
      "agreeCount": 15,
      "disagreeCount": 2,
      "passCount": 1
    }
  },
  {
    "id": "comment-2", 
    "text": "界面設計很美觀,功能也很實用。",
    "voteInfo": {
      "agreeCount": 12,
      "disagreeCount": 1,
      "passCount": 0
    }
  }
]

CSV 格式:

comment-id,comment_text,agrees,disagrees,passes
comment-1,這個產品真的很棒使用起來非常方便,15,2,1
comment-2,界面設計很美觀功能也很實用,12,1,0

🌐 網址格式:

您也可以直接輸入包含 JSON 或 CSV 資料的網址,系統會自動下載並解析資料。

例如: https://example.com/comments.jsonhttps://example.com/data.csv

📊 任務狀態

任務 ID: -
狀態: -
評論數量: -
使用模型: -
正在輪詢結果...