अपनी API key भेजें
साझा base URLhttps://platform.swipelux.com का उपयोग करें और अपनी key X-API-Key header में भेजें।
GET /v3/capabilities पुष्टि करता है कि key वैध है और आपका backend API तक पहुँच सकता है।
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
अपने backend से X-API-Key के साथ API requests को authenticate करें।
https://platform.swipelux.com का उपयोग करें और अपनी key X-API-Key header में भेजें।
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 पुष्टि करता है कि key वैध है और आपका backend API तक पहुँच सकता है।