Unico

Unico (unico IDtech) is a Brazilian identity-technology company whose IDCloud platform performs facial-biometric identity verification, liveness detection, document capture and OCR, and fraud-risk decisioning for customer onboarding, step-up authentication and card-not-present payment verification. Founded out of Acesso Digital and headquartered in Sao Paulo with offices in Mexico City, Londrina and Menlo Park, it has raised roughly $338M across four rounds and states it processes 150M+ transactions per month on Google Cloud. Its public developer surface is two REST contracts — an API contract where the integrator owns the camera and sends the selfie in the request, and a Web & SDK contract where Unico hosts the whole verification journey — plus an outbound webhook, four native capture SDKs, and three published Postman collections. It publishes no OpenAPI: the developer portal's own OpenAPI page reads "Placeholder OpenAPI specification."

Unico publishes 3 APIs on the APIs.io network: IDCloud API, IDCloud Web & SDK API, and Identity OAuth2. Tagged areas include Identity Verification, Biometrics, Facial Recognition, Liveness Detection, and KYC.

The Unico catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Unico’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, authentication, changelog, and 31 more developer resources.

55.2/100 strong Agent 34/100 agent ready Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
3 APIs 1 MCP Servers
Identity VerificationBiometricsFacial RecognitionLiveness DetectionKYCFraud PreventionOnboardingAuthenticationAMLAge VerificationDocument VerificationIdentityBrazilLatin America

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
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/unico: 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.

Unico IDCloud API

The API contract (internally TCA / Check.Integration) — used when the integrator's own application owns the biometric capture and sends the image directly in the request. The ve...

Unico IDCloud Web & SDK API

The Web & SDK contract — used when Unico hosts the verification journey. The process is created before capture; the response carries a userRedirectUrl the end user is sent to by...

Unico Identity OAuth2

The OAuth2 token service every IDCloud contract authenticates against. Implements the RFC 7523 JWT-bearer grant with an RS256-signed assertion exchanged for a one-hour access to...

Postman Collections 3

Ready-to-run Postman collections for exercising this provider's APIs.

To Share

POSTMAN

MCP Servers 1

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

Unico MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Unico Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Unico Rate Limits

2 limits

RATE LIMITS

Event Specifications 1

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

Unico Webhooks

ASYNCAPI

Security Posture 4

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

Unico Authentication

0 schemes

SECURITY

Unico Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Unico Vulnerability Disclosure

Hackerone · contact published

SECURITY

Unico Trust Center

SOC 2 Type 2, GDPR, ISO/IEC 42001, iBeta Level 1 (Presentation Attack Detection), iBeta Level 2 (Presentation Attack Detection), BixeLab Level 1 (Presentation Attack Detection),...

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Unico Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 8

Authentication, authorization, and security posture

Scroll for all 8

Operate 5

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

Source (apis.yml)

apis.yml Raw ↑
aid: unico
name: Unico
description: 'Unico (unico IDtech) is a Brazilian identity-technology company whose IDCloud platform performs facial-biometric
  identity verification, liveness detection, document capture and OCR, and fraud-risk decisioning for customer onboarding,
  step-up authentication and card-not-present payment verification. Founded out of Acesso Digital and headquartered in Sao
  Paulo with offices in Mexico City, Londrina and Menlo Park, it has raised roughly $338M across four rounds and states it
  processes 150M+ transactions per month on Google Cloud. Its public developer surface is two REST contracts — an API contract
  where the integrator owns the camera and sends the selfie in the request, and a Web & SDK contract where Unico hosts the
  whole verification journey — plus an outbound webhook, four native capture SDKs, and three published Postman collections.
  It publishes no OpenAPI: the developer portal''s own OpenAPI page reads "Placeholder OpenAPI specification."'
image: https://developer.unico.io/img/unico-favicon.png
url: https://raw.githubusercontent.com/api-evangelist/unico/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-09-02'
modified: '2026-09-02'
tags:
- Identity Verification
- Biometrics
- Facial Recognition
- Liveness Detection
- KYC
- Fraud Prevention
- Onboarding
- Authentication
- AML
- Age Verification
- Document Verification
- Identity
- Brazil
- Latin America
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: unico:idcloud-api
  name: Unico IDCloud API
  description: The API contract (internally TCA / Check.Integration) — used when the integrator's own application owns the
    biometric capture and sends the image directly in the request. The verification result returns synchronously in the creation
    response. Requires both an Authorization Bearer token and a provisioned APIKEY header, where the API key selects the active
    product (Onboarding, Transactional, Cardholder Verification) and the capability recipe executed.
  humanURL: https://developer.unico.io/developers/api-reference/api/
  baseURL: https://api.id.unico.app
  tags:
  - Identity Verification
  - Biometrics
  - KYC
  - Fraud Prevention
  properties:
  - type: Documentation
    url: https://developer.unico.io/developers/api-reference/api/
  - type: APIReference
    url: https://developer.unico.io/developers/api-reference/
  - type: Authentication
    url: authentication/unico-authentication.yml
  - type: OAuthScopes
    url: scopes/unico-scopes.yml
  - type: RateLimits
    url: rate-limits/unico-rate-limits.yml
  - type: ErrorCatalog
    url: errors/unico-problem-types.yml
  - type: DataModel
    url: data-model/unico-data-model.yml
  - type: PostmanCollection
    url: postman/unico-api-integration.postman_collection.json
- aid: unico:idcloud-web-sdk
  name: Unico IDCloud Web & SDK API
  description: The Web & SDK contract — used when Unico hosts the verification journey. The process is created before capture;
    the response carries a userRedirectUrl the end user is sent to by iFrame or redirect, plus an SDK token for the native
    capture libraries. The result is delivered asynchronously by webhook or retrieved by polling GetProcess.
  humanURL: https://developer.unico.io/developers/api-reference/web-sdk/
  baseURL: https://api.idcloud.unico.app
  tags:
  - Identity Verification
  - Biometrics
  - Onboarding
  - Liveness Detection
  properties:
  - type: Documentation
    url: https://developer.unico.io/developers/api-reference/web-sdk/
  - type: Authentication
    url: authentication/unico-authentication.yml
  - type: Webhooks
    url: asyncapi/unico-webhooks.yml
  - type: PostmanCollection
    url: postman/unico-web-sdk-integration.postman_collection.json
- aid: unico:identity-oauth2
  name: Unico Identity OAuth2
  description: The OAuth2 token service every IDCloud contract authenticates against. Implements the RFC 7523 JWT-bearer grant
    with an RS256-signed assertion exchanged for a one-hour access token, and serves a live OpenID Connect discovery document.
    Served from acesso.io, Unico's own former Acesso Digital domain, which Unico's published Environments page names as the
    production token host for every contract.
  humanURL: https://developer.unico.io/developers/api-reference/authentication
  baseURL: https://identity.acesso.io
  tags:
  - Authentication
  - OAuth
  - OpenID Connect
  properties:
  - type: Documentation
    url: https://developer.unico.io/developers/api-reference/authentication
  - type: Authentication
    url: authentication/unico-authentication.yml
  - type: OpenIDConnect
    url: well-known/unico-openid-configuration.json
  - type: PostmanCollection
    url: postman/unico-oauth2.postman_collection.json
common:
- type: Website
  url: https://www.unico.io
- type: DeveloperPortal
  url: https://developer.unico.io/
- type: Documentation
  url: https://developer.unico.io/developers/api-reference/
- type: APIReference
  url: https://developer.unico.io/developers/api-reference/api/
- type: GettingStarted
  url: https://developer.unico.io/developers/api-reference/authentication
- type: Support
  url: https://www.unico.io/contact-us
- type: HelpCenter
  url: https://developer.unico.io/resources/faq
- type: Blog
  url: https://www.unico.io/blogs
- type: GitHubOrganization
  url: https://github.com/unico-id
- type: StatusPage
  url: https://status.unico.io
- type: Login
  url: https://business.unico.io/
- type: TermsOfService
  url: https://devcenter.unico.io/privacy/usa/policies/website-policy
- type: PrivacyPolicy
  url: https://devcenter.unico.io/privacy/usa/policies/privacy-policy
- type: Postman
  url: https://developer.unico.io/developers/api-reference/postman
- type: Security
  url: security/unico-vulnerability-disclosure.yml
- type: VulnerabilityDisclosure
  url: security/unico-vulnerability-disclosure.yml
- type: SecurityTxt
  url: well-known/unico-security.txt
- type: TrustCenter
  url: security/unico-trust-center.yml
- type: Compliance
  url: security/unico-trust-center.yml
- type: Conformance
  url: conformance/unico-conformance.yml
- type: Authentication
  url: authentication/unico-authentication.yml
- type: OAuthScopes
  url: scopes/unico-scopes.yml
- type: RateLimits
  url: rate-limits/unico-rate-limits.yml
- type: ErrorCatalog
  url: errors/unico-problem-types.yml
- type: Conventions
  url: conventions/unico-conventions.yml
- type: Lifecycle
  url: lifecycle/unico-lifecycle.yml
- type: ChangeLog
  url: changelog/unico-changelog.yml
- type: Plans
  url: plans/unico-plans-pricing.yml
- type: Packages
  url: packages/unico-packages.yml
- type: SDKs
  url: packages/unico-packages.yml
- type: Components
  url: components/unico-components.yml
- type: Sandbox
  url: sandbox/unico-sandbox.yml
- type: DataModel
  url: data-model/unico-data-model.yml
- type: Webhooks
  url: asyncapi/unico-webhooks.yml
- type: MCPServer
  url: mcp/unico-mcp.yml
- type: LLMsTxt
  url: llms/unico-llms.txt
- type: WellKnown
  url: well-known/unico-well-known.yml
- type: DomainSecurity
  url: security/unico-domain-security.yml
x-enrichment:
  date: '2026-09-02'
  status: enriched
  artifacts_added: 27
  pass: local-v1

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