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에 도달할 수 있음을 확인해 줘요.