Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.txcloud.thetekcircle.io/llms.txt

Use this file to discover all available pages before exploring further.

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