API Overview

Last updated: 1/17/2026

Overview

Welcome to the Archonite API documentation. Our API allows you to integrate powerful KYC and identity verification checks directly into your application.

Getting Started

To get started, you will need an API key. You can generate one in your Founders Console.

curl -X GET "https://api.archonite.xyz/v1/user" \
  -H "Authorization: Bearer YOUR_API_KEY"

Base URL

All API requests should be made to:

https://api.archonite.xyz/v1