Skip to main content

API Overview

D.Hub provides a powerful RESTful API for integration with external systems. This section describes API authentication methods, request structure, and key endpoints.

Basic Information

  • Base URL: /api/v1
  • Data Format: JSON
  • Authentication Method: Bearer Token (JWT)

Authentication

All API requests must include a valid authentication token in the header.

Authorization: Bearer <YOUR_ACCESS_TOKEN>

Key Resources

  • Collections: Create, retrieve, and manage collections
  • Pipelines: Execute, stop, and monitor pipeline status
  • Datasets: Register and retrieve dataset metadata