MetaMap · Schema
MetaMap Verification
Result of a MetaMap user verification including identity, flow, document, biometric, and step outcomes.
Identity VerificationKYCAMLAnti-Money LaunderingComplianceBiometricsDocument VerificationFace MatchLivenessGovCheckWatchlistBackground CheckCredit CheckRiskFraud PreventionOnboardingLatAmAfricaMobile SDK
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique verification identifier. |
| identity | string | Stable identity ID assigned by MetaMap. |
| flow | object | |
| expired | boolean | |
| hasProblem | boolean | |
| metadata | objectstring | Caller-supplied metadata returned with every webhook. ≤ 4 KB, one level deep. |
| documents | array | |
| inputs | array | |
| steps | array | |
| deviceFingerprint | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/metamap/main/json-schema/metamap-verification-schema.json",
"title": "MetaMap Verification",
"description": "Result of a MetaMap user verification including identity, flow, document, biometric, and step outcomes.",
"type": "object",
"required": ["id", "identity", "flow"],
"properties": {
"id": {"type": "string", "description": "Unique verification identifier."},
"identity": {"type": "string", "description": "Stable identity ID assigned by MetaMap."},
"flow": {
"type": "object",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"}
},
"required": ["id"]
},
"expired": {"type": "boolean"},
"hasProblem": {"type": "boolean"},
"metadata": {
"description": "Caller-supplied metadata returned with every webhook. ≤ 4 KB, one level deep.",
"type": ["object", "string"]
},
"documents": {
"type": "array",
"items": {"$ref": "#/$defs/Document"}
},
"inputs": {
"type": "array",
"items": {"$ref": "#/$defs/Input"}
},
"steps": {
"type": "array",
"items": {"$ref": "#/$defs/Step"}
},
"deviceFingerprint": {
"type": "object",
"properties": {
"ua": {"type": "string", "description": "User agent string."},
"ip": {"type": "string", "format": "ipv4"},
"vpnDetectionEnabled": {"type": "boolean"}
}
}
},
"$defs": {
"Document": {
"type": "object",
"properties": {
"type": {"type": "string", "examples": ["national-id", "passport", "driver-license"]},
"country": {"type": "string", "description": "ISO 3166-1 alpha-2 country code."},
"region": {"type": "string"},
"fields": {"type": "object"},
"photos": {"type": "array", "items": {"type": "string", "format": "uri"}},
"steps": {"type": "array", "items": {"$ref": "#/$defs/Step"}}
}
},
"Input": {
"type": "object",
"properties": {
"id": {"type": "string", "examples": ["connection-data", "document-photo", "selfie-photo", "video-selfie"]},
"status": {"type": "integer"},
"optional": {"type": "boolean"},
"group": {"type": "integer"}
},
"required": ["id"]
},
"Step": {
"type": "object",
"properties": {
"id": {"type": "string"},
"status": {"type": "integer", "description": "0 indicates pending, 200 indicates success, 4xx/5xx indicate failure."},
"error": {
"type": "object",
"properties": {
"code": {"type": "string"},
"type": {"type": "string"},
"message": {"type": "string"}
}
},
"data": {"type": "object"}
},
"required": ["id"]
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/metamap-verification"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.