搜尋 PolarClaw Skills。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ApplicationId |
string |
是 |
應用 ID。 |
pa-xxx |
| Query |
string |
否 |
搜尋關鍵詞,不傳則返回熱門/推薦。 |
rds |
| Limit |
integer |
否 |
返回結果數量限制(1-100)。 |
10 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
F45FFACC-xxx |
| Message |
string |
返回訊息。 |
success |
| Code |
integer |
返回狀態碼。 |
200 |
| ApplicationId |
string |
應用 ID。 |
pa-xxx |
| Results |
array<object> |
搜尋結果列表。 |
|
|
object |
搜尋結果。 |
||
| Score |
number |
相關性評分。 |
0.95 |
| Slug |
string |
Skill 標識。 |
alibacloud-rds-copilot |
| DisplayName |
string |
顯示名稱。 |
RDS Copilot |
| Summary |
string |
簡短描述。 |
A copilot for RDS |
| Version |
string |
最新版本。 |
1.2.0 |
| UpdatedAt |
integer |
最後更新時間戳(Unix 秒)。 |
1716000000 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "F45FFACC-xxx",
"Message": "success",
"Code": 200,
"ApplicationId": "pa-xxx",
"Results": [
{
"Score": 0.95,
"Slug": "alibacloud-rds-copilot",
"DisplayName": "RDS Copilot",
"Summary": "A copilot for RDS",
"Version": "1.2.0",
"UpdatedAt": 1716000000
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。