Skip to main content

Bearer Token

Include your API key in the Authorization header:
Authorization: Bearer txc_live_your_api_key

API Key Types

PrefixEnvironment
txc_test_Sandbox
txc_live_Production

Example Request

curl https://api.txcloud.io/v1/identity/verify \
  -H "Authorization: Bearer txc_live_abc123" \
  -H "Content-Type: application/json" \
  -d '{"document_front": "..."}'

Full Authentication Guide

Learn more about managing API keys