Skip to main content
Version: 0.1.0

TrustGate API

TrustGate API

AI-native KYC/AML compliance platform API.

Authentication

All API requests require authentication via API key:

X-API-Key: tg_live_your_api_key_here

Base URL

  • Production: https://api.bytrustgate.com/api/v1
  • Sandbox: https://api.bytrustgate.com/api/v1 (use tg_test_ keys)

Rate Limits

  • Standard: 100 requests/minute
  • Enterprise: 1000 requests/minute

Error Handling

All errors return a standard envelope:

{
"error": {
"code": "ERROR_CODE",
"message": "Human-readable message",
"status": 400,
"request_id": "uuid"
}
}

Authentication

API key for authentication. Prefix: tg_live_ (production) or tg_test_ (sandbox)

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key