Skip to main content

Welcome to our API

Our API provides a set of endpoints that allow you to programmatically interact with our services. This documentation will help you understand how to use our API effectively.

Installation

To install the API client, you can use the following command:
pip install retab

Authentication

All API endpoints require authentication using our API keys. If you don’t have an API key, please create one on our dashboard. API keys are environment-scoped: rt_test_... keys access the test environment, rt_live_... keys access production. Legacy sk_retab_... keys still work and resolve to production. The key alone selects the environment — see the Environments overview for details.