# Additional APIs

## Generate new API Key by providing user creds

<mark style="color:blue;">`GET`</mark> `http://app.openioe.in/api/generateapikey`

**Format:** <http://app.openioe.in/api/generateapike&#x79;_/\\><emailid>/\<password>\_

#### Path Parameters

| Name        | Type   | Description                  |
| ----------- | ------ | ---------------------------- |
| \<emailid>  | String | e.g.,: <bangalore@india.com> |
| \<password> | String | e.g.,: Abc\@123              |

{% tabs %}
{% tab title="200: OK Successfully API key is generated" %}
Successfully API key is generated
{% endtab %}
{% endtabs %}

## Add new IoT device to your account

<mark style="color:blue;">`GET`</mark> `http://app.openioe.in/api/createuserdevice`

**Format:** <http://app.openioe.in/api/createuserdevic&#x65;_/\\><APIKey>/\<DeviceName>/\<CryptoName>/\<DataFormat>\_

#### Path Parameters

| Name          | Type   | Description                 |
| ------------- | ------ | --------------------------- |
| \<APIKey>     | String | e.g.,: pnHEmHgjFl0PT247Eae9 |
| \<DeviceName> | String | e.g.,: Temperature Device   |
| \<CryptoName> | String | e.g.,: None                 |
| \<DataFormat> | String | e.g.,: Value/JSON/XML       |

{% tabs %}
{% tab title="200: OK Device is created successfully" %}
Device is created successfully
{% endtab %}
{% endtabs %}


---

# 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://doc.openioe.in/api-references/additional-apis.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.
