# Generate Session ID API

Use this endpoint if you'd prefer to generate and manage session\_ids for bot conversations.&#x20;

<mark style="color:blue;">`GET`</mark> `https://admin.superseek.ai/session-id`

Use this endpoint if you'd prefer to generate and manage session\_ids for bot conversations.&#x20;

#### Query Parameters

| Name                                       | Type   | Description                  |
| ------------------------------------------ | ------ | ---------------------------- |
| bot\_id<mark style="color:red;">\*</mark>  | Number | Unique identifier of the bot |
| api\_key<mark style="color:red;">\*</mark> | String | API key of the account       |

{% tabs %}
{% tab title="200: OK Successful Response" %}
{% code overflow="wrap" %}

```json
// Below is the generated session_id 

a3ip87gkr2jh580fptg0i67m3p
```

{% endcode %}
{% endtab %}
{% endtabs %}
