上傳資料
功能
操作流程
上傳邏輯
情境 1:只上傳憑證(不清空現有資料)
{
"credentials": {
"api_key": "YOUR_API_KEY"
}
}情境 2:上傳完整資料(清空並載入新資料)
情境 3:只上傳網址(基本模式)
注意事項
Last updated
{
"credentials": {
"api_key": "YOUR_API_KEY"
}
}Last updated
{
"credentials": {
"api_key": "YOUR_API_KEY"
},
"share_report": {
"upload": true,
"r2": { /* R2 設定,用於分享功能,詳見下一章 */ }
},
"urls": [
"https://example.com",
"https://example.com/page2"
],
"reports": {
"https://example.com": {
"mobile": { /* 報告資料 */ },
"desktop": { /* 報告資料 */ }
}
}
}{
"urls": [
"https://example.com",
"https://example.com/page2"
]
}