# API Overview

The **ioID API** allows projects and developers to programmatically register, bind and manage ioID identities for machines. These endpoints support the full lifecycle of an ioID, from generation to ownership binding and data submission.

Use the API to:

* Create an ioID for a new device using a unique serial or hardware identifier
* Bind a device’s ioID on-chain identity to an owner’s wallet
* Upload verifiable data and activity metrics for indexing and analytics on depinscan.io

All API requests require authentication with your project’s API key (available after registration on [depinscan.io](https://depinscan.io)).

### **Generate an ioID for a device**


---

# 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.iotex.io/ioid/getting-started/api-overview.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.
