# Obtaining The API Key

### Preface

In order to obtain the Lapis eKYC API key, developer must first follow the registration procedure separate to this website that can be found on [this link](https://rubilink-kyc-dashboard.vercel.app). Once developers have successfully created an account at the Lapis eKYC homepage, go to [<mark style="color:blue;">Settings</mark>](#user-content-fn-1)[^1] and obtain the uniquely generated API key.&#x20;

**Note:** Please remember to store the obtained API key at a safe and secure environment. When a third-party or unauthorized user obtains the access to the API key, a potential misusage to obtain or manipulate the data is generated, leading to a security breach at a core level. Once suspicion on unauthorized API usage arises, the Rubi Labs developer team recommends developers and users to delete account registered at the Lapis eKYC website, and generate a new API key by recreating another user account. &#x20;

[^1]: A section within the Lapis eKYC dashboard


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.rubilink.io/introduction/obtaining-the-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
