Skip to main content

Prerequisites

Before you begin, make sure you have:
1

Account & Credentials

Contact [email protected] to request access. Credentials and API keys are provided after contract signing.
2

Organization Setup

Ensure you’re part of an organization with active groups
3

Service Access

Verify your group has access to verification services

Your First API Call

Let’s start by checking the API health:
This guide uses the staging environment (https://staging-api.anycheck.ai) for all examples. For production, replace with https://api.anycheck.ai.
curl https://staging-api.anycheck.ai/health
Response:
{
  "service": "anycheck-api",
  "status": "healthy",
  "timestamp": "2025-12-22T11:06:13Z"
}

Next Steps