Skip to content

API welcome

API reference for integrating with Datastruct

Data Serve is Datastruct’s unified server-to-server JSON API for running external data sources and Datastruct data functions.

  • Data Serve API defines the base URL, shared protocol conventions, and available endpoints.
  • POST /data runs one or more data sources.
  • POST /func runs one data function.
  • GET /status reports service health and the deployed build.

Shared authentication, source configuration, transaction, and error contracts are grouped after the endpoint reference in the API navigation.