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 に到達できることを確認します。