CertiSeal is an open standard, not a CertiComply feature. Any issuer can publish CertiSeal credentials. Any system can verify them. CertiComply is the reference implementation - the largest issuer on the network today.
CertiSeal is for state-approved professional credentials. Not for badges.
Publish CertiSeal credentials against the open schema. Your credentials become instantly verifiable by any employer, AI agent, or regulatory system that queries the standard.
GET /api/v1/verify/:certNumber returns structured JSON with credentialSubject.type, status, and issuing authority. No API key required. Verification is free, forever - that is a public commitment.
Versioned REST API. OpenAPI spec at /api/v1/openapi. JSON Schema at /standards/credential/v1.json. Rate-limited at 60 req/min for public use; partner keys for high volume.
GET /api/v1/verify/CC-2026-CA-7H3K9X Authorization: Bearer <api-key>
{
"machineId": "CC-2026-CA-7H3K9X",
"issuer": "California Department of Public Health",
"credentialSubject": { "type": "human", "name": "Maria Garcia" },
"course": "California Food Handler",
"issuedAt": "2026-04-12T14:21:00Z",
"expiresAt": "2029-04-12",
"status": "valid",
"verifyUrl": "https://certicomply.com/verify/CC-2026-CA-7H3K9X"
}Verification is free, forever. Any employer, inspector, regulator, or system can call the verification API at no cost, with no account, with no time limit. This is a public commitment - not a pricing tier.
See the commitment →We're issuing credentials for human workers because that's where the market is today. The same primitive - same schema, same API, same verification URL - serves machine certificates without rebuilding anything. Read the open schema at certicomply.com/standards.
Read the schema →