发送您的 API 密钥
使用共享的基础地址https://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。