Lightly website screenshot

Lightly

Lightly is a data-curation and active-learning platform for computer vision. The LightlyOne platform exposes a REST API at https://api.lightly.ai for managing datasets, samples, embeddings, cloud datasources, selection / active-learning runs (the LightlyOne Worker), tags, and jobs. Lightly also maintains the open-source lightly self-supervised learning SDK, plus LightlyTrain and LightlyEdge products.

Lightly publishes 7 APIs on the APIs.io network, including Datasets API, Datasources API, Embeddings API, and 4 more. Tagged areas include AI, Computer Vision, Data Curation, Active Learning, and Embeddings.

Lightly’s developer surface includes authentication, documentation, engineering blog, and 8 more developer resources.

37.8/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
8 APIs
AIComputer VisionData CurationActive LearningEmbeddings

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 37.8/100 · thin
Contract Quality 13.4 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/lightly-ai: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Lightly Self-Supervised Learning SDK (OSS)

The open-source (Apache-2.0) lightly Python library for self-supervised representation learning on images (SimCLR, MoCo, DINO, BYOL, and more). It is a pip-installable PyTorch S...

Lightly Datasets API

Create and manage LightlyOne datasets.

Lightly Datasources API

Configure and inspect the cloud datasource backing a dataset.

Lightly Embeddings API

Manage dataset embeddings and trigger 2D projection jobs.

Lightly Jobs API

Poll asynchronous platform jobs.

Lightly Samples API

Manage samples and their signed read / write URLs within a dataset.

Lightly Selection API

Register LightlyOne Workers and schedule selection / active-learning runs.

Lightly Tags API

Manage and export dataset tags.

Scroll for all 8

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

LightlyOne Platform API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Lightly Ai Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Lightly Ai Authentication

apiKey/http · 2 schemes

SECURITY

Lightly Ai Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Lightly Ai Agentic Access

31 operations · 11 acting

31 operations · 11 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: lightly-ai
url: https://raw.githubusercontent.com/api-evangelist/lightly-ai/refs/heads/main/apis.yml
name: Lightly
kind: company
description: Lightly is a data-curation and active-learning platform for computer vision. The LightlyOne platform exposes
  a REST API at https://api.lightly.ai for managing datasets, samples, embeddings, cloud datasources, selection / active-learning
  runs (the LightlyOne Worker), tags, and jobs. Lightly also maintains the open-source lightly self-supervised learning SDK,
  plus LightlyTrain and LightlyEdge products.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/lightly-ai.png
tags:
- AI
- Computer Vision
- Data Curation
- Active Learning
- Embeddings
created: '2026-06-21'
modified: '2026-06-21'
specificationVersion: '0.19'
apis:
- aid: lightly-ai:lightly-oss-sdk
  name: Lightly Self-Supervised Learning SDK (OSS)
  tags:
  - SDK
  - Open Source
  - Self-Supervised Learning
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.lightly.ai/self-supervised-learning/
  baseURL: https://github.com/lightly-ai/lightly
  properties:
  - url: https://docs.lightly.ai/self-supervised-learning/
    type: Documentation
  - url: https://github.com/lightly-ai/lightly
    type: GitHub
  description: The open-source (Apache-2.0) lightly Python library for self-supervised representation learning on images (SimCLR,
    MoCo, DINO, BYOL, and more). It is a pip-installable PyTorch SDK and is distinct from the hosted LightlyOne platform REST
    API; the same package also ships the ApiWorkflowClient used to call the platform.
- aid: lightly-ai:lightly-ai-datasets-api
  name: Lightly Datasets API
  description: Create and manage LightlyOne datasets.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Datasets
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-datasets-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-datasources-api
  name: Lightly Datasources API
  description: Configure and inspect the cloud datasource backing a dataset.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Datasources
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-datasources-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-embeddings-api
  name: Lightly Embeddings API
  description: Manage dataset embeddings and trigger 2D projection jobs.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Embeddings
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-embeddings-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-jobs-api
  name: Lightly Jobs API
  description: Poll asynchronous platform jobs.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Jobs
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-jobs-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-samples-api
  name: Lightly Samples API
  description: Manage samples and their signed read / write URLs within a dataset.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Samples
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-samples-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-selection-api
  name: Lightly Selection API
  description: Register LightlyOne Workers and schedule selection / active-learning runs.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Selection
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-selection-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
- aid: lightly-ai:lightly-ai-tags-api
  name: Lightly Tags API
  description: Manage and export dataset tags.
  humanURL: https://docs.lightly.ai/docs
  baseURL: https://api.lightly.ai/v1
  tags:
  - Tags
  properties:
  - type: OpenAPI
    url: openapi/lightly-ai-tags-api-openapi.yml
  - type: Documentation
    url: https://docs.lightly.ai/docs
  - type: APIReference
    url: https://docs.lightly.ai/lightly.api.html
  - type: Postman
    url: collections/lightly-ai.postman_collection.json
  - type: GitHub
    url: https://github.com/lightly-ai/lightly
  - type: Documentation
    url: https://docs.lightly.ai/docs/embeddings
  - type: Documentation
    url: https://docs.lightly.ai/docs/set-up-your-first-dataset
  - type: Documentation
    url: https://docs.lightly.ai/docs/customize-a-selection
common:
- type: AgenticAccess
  url: agentic-access/lightly-ai-agentic-access.yml
- type: DomainSecurity
  url: security/lightly-ai-domain-security.yml
- type: Authentication
  url: authentication/lightly-ai-authentication.yml
- type: GitHubOrganization
  url: https://github.com/lightly-ai
- type: LinkedIn
  url: https://www.linkedin.com/company/lightly-tech
- type: Website
  url: https://www.lightly.ai
- type: Documentation
  url: https://docs.lightly.ai/
- type: Plans
  url: plans/lightly-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/lightly-ai-rate-limits.yml
- type: FinOps
  url: finops/lightly-ai-finops.yml
- url: https://www.lightly.ai/blog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com