Nordax AI
FeaturesPricingEnterpriseEntity NetworkDevelopers
Sign InGet Started
Developer Documentation

Build with the Nordax API

Access structured entity data, JSON-LD schemas, and the trust verification network through our REST API.

Quick Start

1

Get your API key

Head to Dashboard → Settings → API Keys to generate a key.

2

Make your first request

All endpoints live at https://api.nordax.ai/

3

Integrate entity data

Use JSON-LD schemas, entity profiles, and trust badges in your application.

Code Examples

cURL
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.nordax.ai/entities/nordax-digital
JavaScript
const res = await fetch("https://api.nordax.ai/entities/nordax-digital", {
  headers: { Authorization: "Bearer YOUR_API_KEY" },
});
const entity = await res.json();
console.log(entity);
Python
import requests

res = requests.get(
    "https://api.nordax.ai/entities/nordax-digital",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
)
entity = res.json()
print(entity)

API Reference

MethodEndpointDescription
GET/api/v1/entitiesList published entities with search, filter, and pagination.
GET/api/v1/entities/:slugGet full entity data by slug. Supports ?format=jsonld.
GET/api/v1/entities/:slug/schemaGet raw JSON-LD structured data for an entity.
GET/api/v1/entities/:slug/score-signalsGet visibility score breakdown for an entity.
GET/api/v1/entities/:slug/scoreGet computed visibility score with weighted breakdown.
GET/api/v1/search?q=&category=&city=Full-text entity search with filters and pagination.
GET/api/v1/entities/resolve?domain=example.comResolve an entity by domain URL.
GET/api/v1/organizations/:slugGet an organization with its child entities.
GET/api/v1/categoriesList entity categories with counts.
GET/api/v1/statsGet network-wide statistics.
POST/api/v1/entities/:slug/claimInitiate a claim request for a seeded entity.
GET/api/v1/webhooksList your webhook subscriptions.
POST/api/v1/webhooksCreate a webhook subscription for score/entity events.
GET/api/v1/entities

List published entities with search, filter, and pagination.

GET/api/v1/entities/:slug

Get full entity data by slug. Supports ?format=jsonld.

GET/api/v1/entities/:slug/schema

Get raw JSON-LD structured data for an entity.

GET/api/v1/entities/:slug/score-signals

Get visibility score breakdown for an entity.

GET/api/v1/entities/:slug/score

Get computed visibility score with weighted breakdown.

GET/api/v1/search?q=&category=&city=

Full-text entity search with filters and pagination.

GET/api/v1/entities/resolve?domain=example.com

Resolve an entity by domain URL.

GET/api/v1/organizations/:slug

Get an organization with its child entities.

GET/api/v1/categories

List entity categories with counts.

GET/api/v1/stats

Get network-wide statistics.

POST/api/v1/entities/:slug/claim

Initiate a claim request for a seeded entity.

GET/api/v1/webhooks

List your webhook subscriptions.

POST/api/v1/webhooks

Create a webhook subscription for score/entity events.

Authentication

Include your API key in the Authorization header:

Authorization: Bearer nak_your_api_key_here
100 requests/min per key. Contact us for higher limits.

Badge Embeds

Embed verification badges to display trust signals:

<div data-entity="your-slug"></div>
<script src="https://cdn.nordax.ai/badge/embed.js"
  defer></script>
data-layoutdata-themedata-tier

Direct Badge Image

Or embed a specific badge image directly via our CDN:

<a href="https://nordax.ai/entities/your-slug" target="_blank">
  <img
    src="https://cdn.nordax.ai/badges/full/dark/verified/your-slug"
    alt="Verified on Nordax AI"
    height="60"
  />
</a>

Ready to get started?

Create your entity profile, generate an API key, and start building with structured entity data today.

Create Free AccountTalk to Us
Nordax AI

Structured entity infrastructure for the AI-native web.

Platform

FeaturesPricingEnterpriseGold VerifiedEntity Network

Developers

DocumentationBlog

Company

AboutContactFAQNordax Digital

Legal

Privacy PolicyTerms of ServiceAcceptable UseDPA

© 2025–2026 Northern Axis, LLC DBA Nordax Digital. All rights reserved.

Powered by Nordax Digital