Enterprise Public API · v1

Build verified identity, licensing and rights into your product.

The VERIXA Rights API gives you a single, auditable source of truth for identity, asset registry, licensing, and rights protection — governed by scopes, rate limits, and immutable request logs.

Base URL: /api/public/v1 · Auth: Authorization: Bearer <api_key>

What you can build

Scope-gated, versioned endpoints. All requests are logged and auditable per client.

Verified Identity

Programmatic access to VERIXA-verified profiles, badges and organization membership.

Scope: identity:read

Asset Registry

Query registered assets, ownership chains, and public metadata by ID or search.

Scope: asset:read

Licensing & Agreements

Look up issued licenses, validity windows, and terms via a stable v1 endpoint.

Scope: license:read

Copyright & Rights Status

Retrieve U.S. Copyright registration status, Legal Dossier Record IDs, and claims signal.

Scope: copyright:read

Quickstart

  1. Step 1
    Request access

    Contact your VERIXA administrator to provision an API client with the scopes you need. Sandbox environments are always available for testing.

  2. Step 2
    Generate a key

    From API Keys, generate a key. Copy it once — the plaintext is never shown again.

  3. Step 3
    Call the API

    Send requests to /api/public/v1with your bearer token. Monitor usage in API Activity.

Example request
curl -H "Authorization: Bearer vrx_sk_..." \
  https://verixaapp.com/api/public/v1/identity/janedoe

Webhook foundation (preview)

Provider-agnostic webhook endpoints. Register URLs, subscribe to event types, and receive signed callbacks when identity, asset, license, or claim events occur.

Manage webhooks