Bearer Token
Include your API key in the Authorization header:API Key Types
| Prefix | Environment |
|---|---|
txc_test_ | Sandbox |
txc_live_ | Production |
Example Request
Full Authentication Guide
Learn more about managing API keys
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New: French documentation now available! Switch to French
How to authenticate API requests
Authorization: Bearer txc_live_your_api_key
| Prefix | Environment |
|---|---|
txc_test_ | Sandbox |
txc_live_ | Production |
curl https://api.txcloud.io/v1/identity/verify \
-H "Authorization: Bearer txc_live_abc123" \
-H "Content-Type: application/json" \
-d '{"document_front": "..."}'