Official client packages for integrating That Is A Q services into your applications. Install, initialize, and start building in minutes.
TypeScript-first client for Node.js and browser environments. Full API coverage with automatic retries and rate limiting.
Lightweight Python SDK with async/await support, streaming responses, and seamless pandas integration.
High-performance Go client with context-aware requests, connection pooling, and zero-alloc JSON parsing.
Native Swift package for iOS, macOS, and visionOS. Supports Combine, AsyncSequence, and WidgetKit extensions.
Zero-cost abstraction Rust crate with Tokio runtime support, serde serialization, and feature-complete API bindings.
Kotlin Multiplatform SDK for Android, Desktop, and Native. Coroutines-first design with offline sync support.
Set your API key via environment variable or direct configuration. The SDK handles authentication, retries, and exponential backoff automatically.
Python supports both synchronous and asynchronous usage. Use `asyncio` for high-concurrency workloads.
Go SDK uses standard context patterns. Pass `context.Background()` for blocking calls or a cancellable context for timeouts.
Swift SDK uses modern concurrency. Configure once at app launch and share across your app lifecycle.
| Endpoint | Method | Description | Rate Limit |
|---|---|---|---|
/v1/analyze |
POST | Process input data with selected model | 100 req/min |
/v1/models |
GET | List available processing models | 60 req/min |
/v1/batches |
POST | Submit asynchronous batch jobs | 10 req/min |
/v1/usage |
GET | Retrieve account usage and billing metrics | 30 req/min |
Join 12k+ developers for real-time help, feature requests, and community events.
Join ServerContribute to SDKs, report bugs, or track releases across all official packages.
View ReposSearch archived solutions, post questions, and explore advanced integration patterns.
Browse ForumOfficial tutorials, video walkthroughs, and certification courses for all skill levels.
Start Learning