Snorkel AI

Snorkel AI is a data-development / AI data platform built on the open-source Snorkel weak-supervision library. The enterprise Snorkel Flow platform supports programmatic labeling, data curation, model training, and evaluation, and is driven programmatically through a Python SDK that targets a per-instance REST API rather than a single public hosted endpoint. Snorkel also delivers Expert Data-as-a-Service for frontier-model training and evaluation data.

Snorkel AI publishes 3 APIs on the APIs.io network: Snorkel Flow SDK / Platform, Programmatic Labeling, and Evaluation. Tagged areas include Artificial Intelligence, Data Development, Programmatic Labeling, Weak Supervision, and Evaluation.

Snorkel AI’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

33.3/100 thin ▬ flat Agent 18/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemiumSelf serve⚡ Free to try
4 APIs
Artificial IntelligenceData DevelopmentProgrammatic LabelingWeak SupervisionEvaluationSDK

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 33.3/100 · thin
Contract Quality 8.2 / 25
Developer Ergonomics 4.8 / 20
Access Clarity 9.5 / 20
Operational Transparency 4.4 / 13
Contract Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 18/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 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/snorkel-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 4

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

Snorkel Flow SDK / Platform

The Snorkel Flow Python SDK (snorkelflow) drives the platform programmatically, connecting to a customer's Snorkel Flow instance via SnorkelFlowContext and an API key. The snork...

Programmatic Labeling

SDK surface (snorkelflow.studio, snorkelflow.lfs, snorkelflow.operators, snorkelflow.templates) for authoring code-based and template-based labeling functions, transformation an...

Evaluation

Platform and SDK capabilities for assessing model performance across data splits, running error and slice analysis, and building expert-curated benchmarks. Largely delivered in-...

Open-Source Snorkel Library

The free, open-source snorkel Python library (Apache-2.0) for programmatically building and managing training data with weak supervision - labeling functions, the LabelModel, tr...

Open Collections 2

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

API Collection

OPEN COLLECTION

Snorkel Flow Platform API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Snorkel Ai Rate Limits

3 limits

RATE LIMITS

FinOps 1

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

Security Posture 4

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

Snorkel Ai Authentication

apiKey · 1 scheme

SECURITY

Snorkel Ai Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Snorkel Ai Vulnerability Disclosure

security.txt · contact published

SECURITY

Snorkel Ai Trust Center

SOC 2, HIPAA

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

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: snorkel-ai
url: https://raw.githubusercontent.com/api-evangelist/snorkel-ai/refs/heads/main/apis.yml
name: Snorkel AI
kind: company
description: Snorkel AI is a data-development / AI data platform built on the open-source Snorkel weak-supervision library.
  The enterprise Snorkel Flow platform supports programmatic labeling, data curation, model training, and evaluation, and
  is driven programmatically through a Python SDK that targets a per-instance REST API rather than a single public hosted
  endpoint. Snorkel also delivers Expert Data-as-a-Service for frontier-model training and evaluation data.
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/snorkel-ai.png
tags:
- Artificial Intelligence
- Data Development
- Programmatic Labeling
- Weak Supervision
- Evaluation
- SDK
tags_raw:
- AI
- Data Development
- Programmatic Labeling
- Weak Supervision
- Evaluation
- SDK
created: '2026-06-21'
modified: '2026-06-21'
specificationVersion: '0.23'
apis:
- aid: snorkel-ai:snorkel-flow-sdk-platform
  name: Snorkel Flow SDK / Platform
  tags:
  - SDK
  - Platform
  - Data Development
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.snorkel.ai/docs/25.3/user-guide/sdk/quick_start
  properties:
  - url: https://docs.snorkel.ai/docs/25.3/user-guide/sdk/
    type: Documentation
  - url: https://docs.snorkel.ai/docs/0.95/sdk/
    type: APIReference
  - url: openapi/_original/snorkel-ai-openapi.yml
    type: OpenAPI
  description: The Snorkel Flow Python SDK (snorkelflow) drives the platform programmatically, connecting to a customer's
    Snorkel Flow instance via SnorkelFlowContext and an API key. The snorkelflow.client module wraps the instance's REST API;
    there is no single public hosted base URL - each deployment exposes its own per-instance endpoint (https://<your-snorkel-hostname>).
    Covers datasets, applications, operators, labeling functions, model training, and evaluation.
- aid: snorkel-ai:programmatic-labeling
  name: Programmatic Labeling
  tags:
  - Programmatic Labeling
  - Labeling Functions
  - Weak Supervision
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.snorkel.ai/docs/0.95/sdk/
  properties:
  - url: https://docs.snorkel.ai/docs/0.93/user-guide/overview/key-concepts/
    type: Documentation
  - url: https://docs.snorkel.ai/docs/0.95/sdk/
    type: APIReference
  - url: openapi/_original/snorkel-ai-openapi.yml
    type: OpenAPI
  description: SDK surface (snorkelflow.studio, snorkelflow.lfs, snorkelflow.operators, snorkelflow.templates) for authoring
    code-based and template-based labeling functions, transformation and slicing functions, and combining them with a label
    model to programmatically generate training data via weak supervision.
- aid: snorkel-ai:evaluation
  name: Evaluation
  tags:
  - Evaluation
  - Benchmarks
  - Error Analysis
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://snorkel.ai/
  properties:
  - url: https://docs.snorkel.ai/docs/25.3/user-guide/sdk/
    type: Documentation
  - url: https://docs.snorkel.ai/docs/0.95/sdk/
    type: APIReference
  - url: openapi/_original/snorkel-ai-openapi.yml
    type: OpenAPI
  description: Platform and SDK capabilities for assessing model performance across data splits, running error and slice analysis,
    and building expert-curated benchmarks. Largely delivered in-platform and through the SDK against a customer's Snorkel
    Flow instance rather than a public REST endpoint.
- aid: snorkel-ai:open-source-snorkel-library
  name: Open-Source Snorkel Library
  tags:
  - Open-Source
  - Python Library
  - Weak Supervision
  tags_raw:
  - Open Source
  - Python Library
  - Weak Supervision
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/snorkel-team/snorkel
  properties:
  - url: https://www.snorkel.org/
    type: Documentation
  - url: https://snorkel.readthedocs.io/
    type: APIReference
  - url: https://github.com/snorkel-team/snorkel
    type: GitHub
  description: The free, open-source snorkel Python library (Apache-2.0) for programmatically building and managing training
    data with weak supervision - labeling functions, the LabelModel, transformation functions, and slicing functions. Imported
    as a local Python dependency (pip install snorkel); not a hosted network API.
common:
- type: TrustCenter
  url: security/snorkel-ai-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/snorkel-ai-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/snorkel-ai-domain-security.yml
- type: Authentication
  url: authentication/snorkel-ai-authentication.yml
- type: GitHubOrganization
  url: https://github.com/snorkel-team
- type: LinkedIn
  url: https://www.linkedin.com/company/snorkel-ai
- type: Website
  url: https://snorkel.ai
- type: Documentation
  url: https://docs.snorkel.ai
- type: Plans
  url: plans/snorkel-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/snorkel-ai-rate-limits.yml
- type: FinOps
  url: finops/snorkel-ai-finops.yml
- url: https://snorkel.ai/feed/
  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/snorkel-ai"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/snorkel-ai/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/snorkel-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.