# Triqai ## Docs - [API info](https://docs.triqai.com/api-reference/api/api-info.md) - [List categories](https://docs.triqai.com/api-reference/categories/list-categories.md) - [Get intermediary](https://docs.triqai.com/api-reference/entities/get-intermediary.md) - [Get location](https://docs.triqai.com/api-reference/entities/get-location.md) - [Get merchant](https://docs.triqai.com/api-reference/entities/get-merchant.md) - [Health check](https://docs.triqai.com/api-reference/health/health-check.md) - [Root health check](https://docs.triqai.com/api-reference/health/root-health-check.md): Returns the same health payload as `/health`. - [Create issue report](https://docs.triqai.com/api-reference/issue-reports/create-issue-report.md) - [Get issue report](https://docs.triqai.com/api-reference/issue-reports/get-issue-report.md) - [List issue reports](https://docs.triqai.com/api-reference/issue-reports/list-issue-reports.md) - [Batch delete transactions](https://docs.triqai.com/api-reference/transactions/batch-delete-transactions.md): Delete multiple transactions in a single request. Provide exactly **one** of: - `all: true` — delete every transaction for the organization - `afterDate` — delete all transactions created on or after the given ISO 8601 date - `ids` — delete specific transactions by UUID (max 1000) - [Count transactions](https://docs.triqai.com/api-reference/transactions/count-transactions.md): Returns the total number of transactions for the authenticated organization. Optionally filter by `afterDate` to count only transactions created on or after a given date. - [Delete transaction](https://docs.triqai.com/api-reference/transactions/delete-transaction.md) - [Enrich transaction](https://docs.triqai.com/api-reference/transactions/enrich-transaction.md): Enriches a transaction and returns structured transaction + entity data. - [Get transaction](https://docs.triqai.com/api-reference/transactions/get-transaction.md) - [List transactions](https://docs.triqai.com/api-reference/transactions/list-transactions.md) - [Authentication](https://docs.triqai.com/authentication.md): Learn how to authenticate with the Triqai API - [Changelog](https://docs.triqai.com/changelog.md): Product updates and announcements for the Triqai enrichment API - [Categories](https://docs.triqai.com/concepts/categories.md): Understanding Triqai's hierarchical category taxonomy - [Confidence Scores](https://docs.triqai.com/concepts/confidence-scores.md): Understanding and using confidence scores and reason tags for reliable enrichment - [Transaction Enrichment](https://docs.triqai.com/concepts/enrichment.md): How Triqai transforms raw transaction data into structured information - [Entities](https://docs.triqai.com/concepts/entities.md): Understanding merchants, locations, intermediaries, and persons in the entities array - [Best Practices](https://docs.triqai.com/guides/best-practices.md): Optimize your Triqai integration for performance and reliability - [Enriching Transactions](https://docs.triqai.com/guides/enriching-transactions.md): A complete guide to enriching transactions with Triqai - [Error Handling](https://docs.triqai.com/guides/error-handling.md): Handle API errors gracefully in your application - [Handling Responses](https://docs.triqai.com/guides/handling-responses.md): Process enrichment responses correctly in your application - [Triqai API Documentation](https://docs.triqai.com/index.md): Official documentation for Triqai's API platform to enrich raw bank transactions with merchant data, categories, locations, and structured financial intelligence. - [Brand Data](https://docs.triqai.com/platform/brand-data.md): Guidance on fair use of logos and brand data returned by the enrichment endpoint - [Credits](https://docs.triqai.com/platform/credits.md): Understanding credit consumption, billing, and overages - [Rate Limits](https://docs.triqai.com/platform/rate-limits.md): Understanding API rate limits and how to handle them - [Quickstart](https://docs.triqai.com/quickstart.md): Get started with Triqai in under 5 minutes - [Advanced Usage](https://docs.triqai.com/sdk/advanced.md): Automatic retries, rate limiting, raw requests, health checks, and TypeScript types in the Triqai SDK - [Configuration](https://docs.triqai.com/sdk/configuration.md): Configure the Triqai SDK with custom options for retries, timeouts, headers, and debug hooks - [Error Handling](https://docs.triqai.com/sdk/error-handling.md): Handle API errors with typed error classes in the Triqai SDK - [Node.js / TypeScript SDK](https://docs.triqai.com/sdk/overview.md): Official Node.js / TypeScript SDK for the Triqai Transaction Enrichment API - [Resources](https://docs.triqai.com/sdk/resources.md): Access categories, merchants, locations, intermediaries, and issue reports through the Triqai SDK - [Transactions](https://docs.triqai.com/sdk/transactions.md): Enrich, list, retrieve, and delete transactions using the Triqai SDK ## OpenAPI Specs - [openapi-public](https://api.triqai.com/openapi-public.json) - [openapi](https://docs.triqai.com/openapi.yaml) ## Optional - [API Playground](https://triqai.com/playground) - [Blog](https://triqai.com/blog)