DoltHub/DoltLab API#

DoltHub and DoltLab expose three independent HTTP APIs against your hosted databases. Pick the one that fits the task:

  • v1alpha1 API — the resource-oriented API for managing databases, branches, pull requests, releases, tags, file uploads, and async jobs. SQL read and write endpoints live here too.
  • CSV API — bulk export and import of table data as CSV. Independent of the v1alpha1 surface.
  • Webhooks — receive HTTP callbacks when events happen on your database (pushes, pull-request activity, and so on). Independent of the v1alpha1 surface.

Note: please send requests to https://www.dolthub.com, not https://dolthub.com.