傳送您的 API 金鑰
使用共用的基礎 URLhttps://platform.swipelux.com,並於 X-API-Key 標頭中傳送您的金鑰。
GET /v3/capabilities 會確認金鑰有效,且您的後端能連線至 API。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
從您的後端使用 X-API-Key 對 API 請求進行身分驗證。
https://platform.swipelux.com,並於 X-API-Key 標頭中傳送您的金鑰。
export API_BASE='https://platform.swipelux.com'
export SWIPELUX_API_KEY='replace-with-your-api-key'
curl --request GET \
"${API_BASE}/v3/capabilities" \
--header "X-API-Key: ${SWIPELUX_API_KEY}"
GET /v3/capabilities 會確認金鑰有效,且您的後端能連線至 API。