NodeLand API

Official REST API for managing documents in Nodeland.

Version 1.0.0

🔐 Authentication

All endpoints require authentication via API key. Provide the API key in one of two ways:

  1. Authorization header: Authorization: Bearer <api_key>
  2. Custom header: x-api-key: <api_key>

API keys must be linked to a user account and have appropriate scopes.

Endpoints & Schemas

Loading endpoints...