Dataloop Platform API

The Dataloop (Dell Data Orchestration Engine) platform REST API. Every part of the platform — projects, datasets, items, annotations, recipes and ontologies, tasks and assignments, packages, services, triggers, executions and pipelines — can be created, read, updated and deleted over HTTP. Requests are authenticated with a JSON Web Token supplied as an Authorization bearer token, obtained either from a platform API key or from the /token endpoint. Dataloop does not publish a public OpenAPI definition; the interactive Swagger UI at gate.dataloop.ai/api/v1/docs/ requires an authenticated browser session.

API entry from apis.yml

apis.yml Raw ↑
aid: dataloop:platform-api
name: Dataloop Platform API
description: The Dataloop (Dell Data Orchestration Engine) platform REST API. Every part of the platform
  — projects, datasets, items, annotations, recipes and ontologies, tasks and assignments, packages, services,
  triggers, executions and pipelines — can be created, read, updated and deleted over HTTP. Requests are
  authenticated with a JSON Web Token supplied as an Authorization bearer token, obtained either from
  a platform API key or from the /token endpoint. Dataloop does not publish a public OpenAPI definition;
  the interactive Swagger UI at gate.dataloop.ai/api/v1/docs/ requires an authenticated browser session.
humanURL: https://docs.dataloop.ai/docs/rest-api-connection
baseURL: https://gate.dataloop.ai/api/v1
tags:
- Data Management
- Annotation
- Pipelines
- Machine Learning
properties:
- type: Documentation
  url: https://docs.dataloop.ai/docs/rest-api-connection
- type: Authentication
  url: authentication/dataloop-authentication.yml
- type: ErrorCatalog
  url: errors/dataloop-problem-types.yml
- type: Conventions
  url: conventions/dataloop-conventions.yml
- type: DataModel
  url: data-model/dataloop-data-model.yml
- type: Webhooks
  url: asyncapi/dataloop-platform-events.yml