<aside> <img src="/icons/light-bulb_red.svg" alt="/icons/light-bulb_red.svg" width="40px" /> Lumi Labs API 레퍼런스 가이드 페이지에 오신 것을 환영합니다! 이 가이드에는 스마트 조명 생태계와 통합하는 데 필요한 툴과 정보가 포함되어 있습니다. API 엔드포인트, 요청/응답 형식, 인증 메커니즘, 오류 처리 및 모범 사례를 참고해 Lumi Labs의 잠재력을 최대한 활용해 보세요.

</aside>

Getting Started

  1. Obtain API Key:

  2. Authentication:

    Authorization: Bearer YOUR_API_KEY

  3. Base URL:

    https://api.lumilabs.com/v1

API Endpoints

Error Handling

The Lumi Labs API uses standard HTTP status codes to indicate success or failure of a request. Here are some common error codes:

Rate Limiting

To ensure the stability and availability of the API, we have implemented rate limiting. Each API key is allowed to make 100 requests per minute. If you exceed this limit, your requests will be temporarily throttled with a 429 Too Many Requests status code.