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.

Official SDKs

TXCloud provides official SDKs for the most popular programming languages:

JavaScript/TypeScript

npm install @txcloud/sdk

Python

pip install txcloud

Go

go get github.com/txcloud/txcloud-go

Java

Maven/Gradle dependency

PHP

composer require txcloud/txcloud-php

Features

All SDKs include:
  • ✅ Full API coverage
  • ✅ TypeScript/type definitions
  • ✅ Automatic retries with exponential backoff
  • ✅ Idempotency key support
  • ✅ Webhook signature verification
  • ✅ Comprehensive error handling

Quick Example

import TXCloud from '@txcloud/sdk';

const txcloud = new TXCloud({ apiKey: process.env.TXCLOUD_API_KEY });

const verification = await txcloud.identity.verify({
  document_front: documentBase64,
  country: 'MA'
});

Mobile SDKs

For mobile applications:
PlatformPackage
React Native@txcloud/react-native-sdk
iOSTXCloudSDK (CocoaPods/SPM)
Androidcom.txcloud:sdk (Maven)
Fluttertxcloud_flutter

Community SDKs

Community-maintained SDKs:
LanguagePackageMaintainer
Rubytxcloud-rubyCommunity
C#TXCloud.NETCommunity
Rusttxcloud-rsCommunity
Community SDKs are not officially supported. Use at your own discretion.