基礎 URL
認證
所有 V1 API 請求都需要透過Authorization 標頭傳入 Developer Key:
資源
專案
建立與管理專案。
Agent 設定
設定 Agent 組態(全域提示、執行模式等)。
Pathway
讀取與修改對話流程圖(節點與邊)。
工具
管理 Agent 可使用的工具。
通話
發起外撥電話。
外撥活動
查詢外撥活動的通話明細。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
用於管理專案、Agent、Pathway 與工具的開發者 API
https://api.pathors.com/v1
Authorization 標頭傳入 Developer Key:
Authorization: Bearer dk_your_developer_key_here
{
"error": {
"message": "Description of the error",
"details": {}
}
}
| 狀態碼 | 描述 |
|---|---|
| 400 | 驗證錯誤 |
| 401 | 無效或缺少 Developer Key |
| 403 | 權限不足 |
| 404 | 找不到資源 |
| 409 | 衝突(例如:重複的 ID) |
| 500 | 內部伺服器錯誤 |
