SpecCheck

SpecCheck (speccheckrx.com) is an optical lab ordering platform for eyecare practices and eyewear partners. Its REST API lets integrators authenticate with client credentials, list the labs a user is associated with, retrieve a lab's order settings, browse the lens catalog (styles, materials, and add-on coats, colors, and tints), and create prescription (rx), frame, redo, and multi-pair orders. The API uses 24-hour bearer tokens plus a User-Email actor header, an Idempotency-Key header for safe POST retries, cursor pagination on list endpoints, and a consistent error envelope. SpecCheck was surfaced as a portfolio company of Initialized Capital and enriched by the API Evangelist pipeline from its public documentation at docs.speccheckrx.com.

SpecCheck publishes 4 APIs on the APIs.io network, including Authentication API, Catalogs API, Labs API, and 1 more. Tagged areas include Company, Enterprise Saas, Optical, Eyewear, and Eyecare.

SpecCheck’s developer surface includes documentation, API reference, getting-started guide, authentication, sandbox, and 20 more developer resources.

43.0/100 thin ▬ flat Agent 78/100 agent native Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
4 APIs 1 MCP Servers
CompanyEnterprise SaasOpticalEyewearEyecareOptical LabsPrescriptionsOrderingHealthcare

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 43.0/100 · thin
Contract Quality 15.9 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 2.6 / 20
Operational Transparency 2.1 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 78/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
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/speccheck: 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.

SpecCheck Authentication API

Obtain bearer access tokens.

SpecCheck Catalogs API

Lens styles, materials, and add-ons available for a lab.

SpecCheck Labs API

Labs associated with a user and their order settings.

SpecCheck Orders API

Create and list optical orders.

Arazzo Workflows 3

Multi-step API workflows described with the Arazzo specification.

_Index

ARAZZO

SpecCheck — Create a prescription (rx) order

End-to-end flow: authenticate with client credentials, resolve the user's lab and its order settings, walk the lens catalog (styles → materials → add-ons), then submit a prescri...

ARAZZO

SpecCheck — List recent orders for a lab

Authenticate, resolve the user's lab, then page recent orders (most recent first) with cursor pagination and an optional created-date filter. Every operationId is verified again...

ARAZZO

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

speccheck-mcp.yml

MCP SERVER

Security Posture 2

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

Speccheck Authentication

http · 1 scheme

SECURITY

Speccheck Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Speccheck Agentic Access

8 operations · 2 acting

8 operations · 2 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 8

Pagination, idempotency, versioning, errors, and events

Scroll for all 8

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: speccheck
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/speccheck.png
name: SpecCheck
description: SpecCheck (speccheckrx.com) is an optical lab ordering platform for eyecare practices and eyewear partners. Its
  REST API lets integrators authenticate with client credentials, list the labs a user is associated with, retrieve a lab's
  order settings, browse the lens catalog (styles, materials, and add-on coats, colors, and tints), and create prescription
  (rx), frame, redo, and multi-pair orders. The API uses 24-hour bearer tokens plus a User-Email actor header, an Idempotency-Key
  header for safe POST retries, cursor pagination on list endpoints, and a consistent error envelope. SpecCheck was surfaced
  as a portfolio company of Initialized Capital and enriched by the API Evangelist pipeline from its public documentation
  at docs.speccheckrx.com.
url: https://raw.githubusercontent.com/api-evangelist/speccheck/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- initialized-capital
x-tier: profiled
x-tier-reason: enriched-from-docs
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Enterprise Saas
- Optical
- Eyewear
- Eyecare
- Optical Labs
- Prescriptions
- Ordering
- Healthcare
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: speccheck:speccheck-authentication-api
  name: SpecCheck Authentication API
  description: Obtain bearer access tokens.
  humanURL: https://docs.speccheckrx.com/introduction
  baseURL: https://api.speccheckrx.com
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/speccheck-authentication-api-openapi.yml
  - type: Authentication
    url: authentication/speccheck-authentication.yml
- aid: speccheck:speccheck-catalogs-api
  name: SpecCheck Catalogs API
  description: Lens styles, materials, and add-ons available for a lab.
  humanURL: https://docs.speccheckrx.com/introduction
  baseURL: https://api.speccheckrx.com
  tags:
  - Catalogs
  properties:
  - type: OpenAPI
    url: openapi/speccheck-catalogs-api-openapi.yml
  - type: Authentication
    url: authentication/speccheck-authentication.yml
- aid: speccheck:speccheck-labs-api
  name: SpecCheck Labs API
  description: Labs associated with a user and their order settings.
  humanURL: https://docs.speccheckrx.com/introduction
  baseURL: https://api.speccheckrx.com
  tags:
  - Labs
  properties:
  - type: OpenAPI
    url: openapi/speccheck-labs-api-openapi.yml
  - type: Authentication
    url: authentication/speccheck-authentication.yml
- aid: speccheck:speccheck-orders-api
  name: SpecCheck Orders API
  description: Create and list optical orders.
  humanURL: https://docs.speccheckrx.com/introduction
  baseURL: https://api.speccheckrx.com
  tags:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/speccheck-orders-api-openapi.yml
  - type: Authentication
    url: authentication/speccheck-authentication.yml
common:
- type: DeveloperPortal
  url: https://docs.speccheckrx.com/
- type: Documentation
  url: https://docs.speccheckrx.com/introduction
- type: APIReference
  url: https://docs.speccheckrx.com/api-reference/endpoint/create_order
- type: GettingStarted
  url: https://docs.speccheckrx.com/introduction
- type: Login
  url: https://dashboard.speccheckrx.com/
- type: StatusPage
  url: https://status.speccheckrx.com/
- type: OpenAPI
  url: openapi/speccheck-openapi.yml
- type: Authentication
  url: authentication/speccheck-authentication.yml
- type: Conventions
  url: conventions/speccheck-conventions.yml
- type: Idempotency
  url: conventions/speccheck-conventions.yml
- type: ErrorCatalog
  url: errors/speccheck-problem-types.yml
- type: Lifecycle
  url: lifecycle/speccheck-lifecycle.yml
- type: Sandbox
  url: sandbox/speccheck-sandbox.yml
- type: DataModel
  url: data-model/speccheck-data-model.yml
- type: Conformance
  url: conformance/speccheck-conformance.yml
- type: MCPServer
  url: mcp/speccheck-mcp.yml
- type: LLMsTxt
  url: llms/speccheck-llms.txt
- type: Overlay
  url: overlays/speccheck-openapi-overlay.yaml
- type: WellKnown
  url: well-known/speccheck-well-known.yml
- type: AgentSkill
  url: skills/_index.yml
- type: AgenticAccess
  url: agentic-access/speccheck-agentic-access.yml
- type: DomainSecurity
  url: security/speccheck-domain-security.yml
- type: Arazzo
  name: Create a prescription (rx) order
  url: arazzo/speccheck-create-rx-order.yml
- type: Arazzo
  name: List recent orders for a lab
  url: arazzo/speccheck-list-recent-orders.yml
- type: Website
  url: https://speccheckrx.com/
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 3
  pass: local-v1