Back to API

REST API

Complete REST API reference for Zenithdata.

Base URL

https://api.zenithdata.com/v1

Authentication

All requests require a Bearer token:

Authorization: Bearer your_api_token

Core Endpoints

  • GET /assets — List assets
  • GET /assets/:id — Get asset details
  • GET /lineage/:id — Get lineage
  • GET /search — Search assets
  • POST /policies — Create policy

Pagination

Use ?limit=100&offset=0 for pagination.

Rate Limits

1000 requests per minute for standard plans.