# Generate KYC Session Id

### Pre-Requisite

{% content-ref url="/pages/u8XWTiyGTIJULYI41CYW" %}
[Generate AccessTokens](/hypersign-kyc/kyc-widget/integrations/backend-integration/generate-accesstokens.md)
{% endcontent-ref %}

### KYC Session Id

To generate a new KYC Session Id, first, get your KYC Service **Tenant URL** from your KYC service tile.

<figure><img src="/files/RlBTR8gGxtX1NJmwunv7" alt=""><figcaption></figcaption></figure>

and call <mark style="color:green;">**POST**</mark> `/api/v1/e-kyc/verification/session` API to generate a new KYC session for your user. Make sure to pass `kycAccessToken` in the header.&#x20;


---

# 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://docs.hypersign.id/hypersign-kyc/kyc-widget/integrations/backend-integration/generate-kyc-session-id.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.
