Skip to main content
Retab Docs home page
Search...
⌘K
Search...
Navigation
API Reference
Introduction
Documentation
API Reference
Site
Github
Blog
Community
API Reference
Introduction
Files
POST
Upload File
GET
List Files
GET
Get File
GET
Get Download Link
Schemas
POST
Generate
Documents
POST
Extract
POST
Parse
POST
Edit
POST
Split
POST
Classify
Edit
Agent
Templates
Workflows
GET
List Workflows
GET
Get Workflow
POST
Run Workflow
GET
Get Run
POST
Submit HIL Decision
GET
Get HIL Decision
Steps
Jobs
POST
Create Job
GET
Retrieve Job
GET
Retrieve Job Status
GET
List Jobs
POST
Cancel Job
POST
Retry Job
Projects
POST
Extract
Evals
Classify
Extract
Split
Extractions
GET
List Extractions
GET
Get Extraction
GET
Get Extraction Sources
On this page
Welcome to our API
Installation
Authentication
API Reference
Introduction
Copy page
Overview of our API endpoints
Copy page
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:
python
Javascript
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
.
Upload File
⌘I