Let's Enhance website screenshot

Let's Enhance

Let's Enhance is an AI image enhancement company whose consumer product at letsenhance.io upscales, sharpens, denoises and restores photographs up to 512MP, and whose developer platform is shipped as Claid.ai — a REST API for AI image editing, generation and image-to-video. The Claid API exposes synchronous and asynchronous image editing pipelines, batch processing, direct upload, natural-language AI edit, AI fashion models, AI background scene generation, image generation, image-to-video, and cloud storage connectors for AWS S3, Google Cloud Storage and web folders. It is used by ecommerce, marketplace, real-estate and print-on-demand teams to automate product and listing imagery at scale. Authentication is a bearer API key with per-key permission scopes; long-running jobs are polled or delivered by HMAC-signed webhooks. Let's Enhance is a Techstars-backed company.

Let’s Enhance publishes 3 APIs on the APIs.io network: Image API, Storage API, and Video API. Tagged areas include Company, Artificial Intelligence, Image Processing, Image Enhancement, and Image-Generation.

The Let’s Enhance catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Let’s Enhance’s developer surface includes authentication, documentation, API reference, getting-started guide, support, engineering blog, pricing, and 23 more developer resources.

45.7/100 developing ▬ flat Agent 31/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessSelf serve
1 APIs
CompanyArtificial IntelligenceImage ProcessingImage EnhancementImage-GenerationComputer-VisionE-CommerceMediaPhotographyVideo Generation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/lets-enhance: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

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

Let's Enhance Image API

Encompasses operations with images.

Let's Enhance Storage API

Perform operations with storage: check supported storage types, safely connect your cloud buckets and more.

Let's Enhance Video API

Encompasses operations with videos.

Open Collections 4

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

API Collection

OPEN COLLECTION

Claid REST Image API

OPEN COLLECTION

Rate Limits 1

Documented rate limits and quota policies.

Lets Enhance Rate Limits

2 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

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

Lets Enhance Authentication

oauth2/http · 1 scheme

SECURITY

Lets Enhance Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Lets Enhance Scopes

4 scopes · password

4 scopes

SCOPES

Agentic Access 1

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

Lets Enhance Agentic Access

20 operations · 12 acting

20 operations · 12 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: lets-enhance
name: Let's Enhance
description: Let's Enhance is an AI image enhancement company whose consumer product at letsenhance.io upscales, sharpens,
  denoises and restores photographs up to 512MP, and whose developer platform is shipped as Claid.ai — a REST API for AI image
  editing, generation and image-to-video. The Claid API exposes synchronous and asynchronous image editing pipelines, batch
  processing, direct upload, natural-language AI edit, AI fashion models, AI background scene generation, image generation,
  image-to-video, and cloud storage connectors for AWS S3, Google Cloud Storage and web folders. It is used by ecommerce,
  marketplace, real-estate and print-on-demand teams to automate product and listing imagery at scale. Authentication is a
  bearer API key with per-key permission scopes; long-running jobs are polled or delivered by HMAC-signed webhooks. Let's
  Enhance is a Techstars-backed company.
url: https://raw.githubusercontent.com/api-evangelist/lets-enhance/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- techstars
x-tier: profiled
x-tier-reason: enrichment-pipeline
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
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
specificationVersion: '0.23'
image: https://letsenhance.io/favicon.ico
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Artificial Intelligence
- Image Processing
- Image Enhancement
- Image-Generation
- Computer-Vision
- E-Commerce
- Media
- Photography
- Video Generation
tags_raw:
- Company
- Artificial Intelligence
- Image Processing
- Image Enhancement
- Image Generation
- Computer Vision
- Ecommerce
- Media
- Photography
- Video Generation
apis:
- aid: lets-enhance:lets-enhance-image-api
  name: Let's Enhance Image API
  description: Encompasses operations with images.
  humanURL: https://docs.claid.ai/
  baseURL: https://api.claid.ai/v1/
  tags:
  - Image
  properties:
  - type: OpenAPI
    url: openapi/lets-enhance-image-api-openapi.yml
  - type: Documentation
    url: https://docs.claid.ai/
  - type: APIReference
    url: https://docs.claid.ai/image-editing-api/api-reference
  - type: GettingStarted
    url: https://docs.claid.ai/quick-start
  - type: Authentication
    url: https://docs.claid.ai/authentication
  - type: RateLimits
    url: https://docs.claid.ai/rate-limits
  - type: ErrorCodes
    url: https://docs.claid.ai/errors
- aid: lets-enhance:lets-enhance-storage-api
  name: Let's Enhance Storage API
  description: 'Perform operations with storage: check supported storage types, safely connect your cloud buckets and more.'
  humanURL: https://docs.claid.ai/
  baseURL: https://api.claid.ai/v1/
  tags:
  - Storage
  properties:
  - type: OpenAPI
    url: openapi/lets-enhance-storage-api-openapi.yml
  - type: Documentation
    url: https://docs.claid.ai/
  - type: APIReference
    url: https://docs.claid.ai/image-editing-api/api-reference
  - type: GettingStarted
    url: https://docs.claid.ai/quick-start
  - type: Authentication
    url: https://docs.claid.ai/authentication
  - type: RateLimits
    url: https://docs.claid.ai/rate-limits
  - type: ErrorCodes
    url: https://docs.claid.ai/errors
- aid: lets-enhance:lets-enhance-video-api
  name: Let's Enhance Video API
  description: Encompasses operations with videos.
  humanURL: https://docs.claid.ai/
  baseURL: https://api.claid.ai/v1/
  tags:
  - Video
  properties:
  - type: OpenAPI
    url: openapi/lets-enhance-video-api-openapi.yml
  - type: Documentation
    url: https://docs.claid.ai/
  - type: APIReference
    url: https://docs.claid.ai/image-editing-api/api-reference
  - type: GettingStarted
    url: https://docs.claid.ai/quick-start
  - type: Authentication
    url: https://docs.claid.ai/authentication
  - type: RateLimits
    url: https://docs.claid.ai/rate-limits
  - type: ErrorCodes
    url: https://docs.claid.ai/errors
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/lets-enhance-domain-security.yml
- type: AgenticAccess
  url: agentic-access/lets-enhance-agentic-access.yml
- type: OAuthScopes
  url: scopes/lets-enhance-scopes.yml
- type: Authentication
  url: authentication/lets-enhance-authentication.yml
- type: Website
  url: https://letsenhance.io/
- type: DeveloperPortal
  url: https://claid.ai/
- type: Documentation
  url: https://docs.claid.ai/
- type: APIReference
  url: https://docs.claid.ai/image-editing-api/api-reference
- type: GettingStarted
  url: https://docs.claid.ai/quick-start
- type: Support
  url: https://help.letsenhance.io/
- type: Blog
  url: https://claid.ai/blog/
- type: GitHubOrganization
  url: https://github.com/letsenhance
- type: Pricing
  url: https://letsenhance.io/pricing
- type: SignUp
  url: https://letsenhance.io/signup
- type: Login
  url: https://letsenhance.io/login
- type: TermsOfService
  url: https://letsenhance.io/terms
- type: PrivacyPolicy
  url: https://letsenhance.io/privacy
- type: StatusPage
  url: https://status.letsenhance.io/
- type: LLMsTxt
  url: llms/lets-enhance-llms.txt
- type: Conventions
  url: conventions/lets-enhance-conventions.yml
- type: ErrorCatalog
  url: errors/lets-enhance-error-codes.yml
- type: ErrorCodes
  url: errors/lets-enhance-problem-types.yml
- type: RateLimits
  url: rate-limits/lets-enhance-rate-limits.yml
- type: Webhooks
  url: asyncapi/lets-enhance-claid-webhooks.yml
- type: Lifecycle
  url: lifecycle/lets-enhance-lifecycle.yml
- type: Conformance
  url: conformance/lets-enhance-conformance.yml
- type: DataModel
  url: data-model/lets-enhance-data-model.yml
- type: X-MCPServerCandidate
  url: mcp/lets-enhance-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: Overlay
  url: overlays/lets-enhance-claid-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence

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/lets-enhance"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/lets-enhance/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/lets-enhance/evidence"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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