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 Artificial Intelligence, Computer-Vision, Data Curation, Active Learning, and Embeddings.

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

37.2/100 thin ▬ flat Agent 20/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemiumSelf serve⚡ Free to try
8 APIs
Artificial IntelligenceComputer-VisionData CurationActive LearningEmbeddings

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 37.2/100 · thin
Contract Quality 12.7 / 25
Developer Ergonomics 4.8 / 20
Access Clarity 7.9 / 20
Operational Transparency 4.4 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 20/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
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
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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 9

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

API Collection

OPEN COLLECTION

LightlyOne Platform API

OPEN COLLECTION

Scroll for all 9

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:
- Artificial Intelligence
- Computer-Vision
- Data Curation
- Active Learning
- Embeddings
tags_raw:
- AI
- Computer Vision
- Data Curation
- Active Learning
- Embeddings
created: '2026-06-21'
modified: '2026-06-21'
specificationVersion: '0.23'
apis:
- aid: lightly-ai:lightly-oss-sdk
  name: Lightly Self-Supervised Learning SDK (OSS)
  tags:
  - SDK
  - Open-Source
  - Self-Supervised Learning
  tags_raw:
  - 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:
  - Data Sources
  tags_raw:
  - 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:
  - Job
  tags_raw:
  - 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

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/lightly-ai"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/lightly-ai/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/lightly-ai/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.