# Dentity API Services

## Introduction

Dentity provides API services for enterprise users to perform functions on the Dentity platform, including verifying age and identity, creating Dentity cloud wallets, and issuing and verifying credentials.  To get started, users must have a Dentity enterprise account.  Once created, you will get access to the API keys necessary to perform the functions in this documentation.  Please visit <https://business.dentity.com/auth/sign-up/> to create an account or email <admin@dentity.com> for assistance.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first API request:

{% content-ref url="reference" %}
[reference](https://docs.dentity.com/reference)
{% endcontent-ref %}

Or we offer an Open-Source library that leverages our partnership with the Ethereum Name Service to access our verified Proof of Personhood and Socials

{% embed url="<https://github.com/Dentity-Development/ens-client>" %}


---

# 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.dentity.com/dentity-api-services.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.
