DagsHub REST API

DagsHub's primary REST API mirrors the Gitea API for repositories, issues, pulls, branches, and users, with DagsHub-specific extensions for data, experiments, and annotations. Token-based authentication.

API entry from apis.yml

apis.yml Raw ↑
aid: dagshub:dagshub-rest-api
name: DagsHub REST API
humanURL: https://dagshub.com/docs/reference/api/
baseURL: https://dagshub.com/api/v1
tags:
- REST
- Repos
- Issues
- Branches
description: DagsHub's primary REST API mirrors the Gitea API for repositories, issues, pulls, branches,
  and users, with DagsHub-specific extensions for data, experiments, and annotations. Token-based authentication.
properties:
- type: Documentation
  url: https://dagshub.com/docs/reference/api/
- type: Authentication
  url: https://dagshub.com/docs/reference/api/authentication/