Getting Started with DeepTagger¶
Quick start guide to set up DeepTagger and process your first document.
1. Create Account¶
Go to deeptagger.com and sign up for a free account.
2. Get API Key¶
- Log in to your dashboard
- Go to Settings → API Keys
- Click Generate New API Key
- Save the key securely
3. Choose Integration Method¶
Option A: n8n Automation (Recommended)¶
Best for workflow automation without coding.
Option B: Direct API¶
Best for custom applications.
4. Create Your First Project¶
- Go to Projects (or
/das/fos
) - Click New Project
- Name it (e.g., "Invoice Extraction")
- Configure fields to extract
5. Train the Model¶
- Upload 3-5 example documents
- Annotate fields by selecting text
- Save training examples
- Model trains automatically
6. Test Extraction¶
- Upload a new document
- Click Extract
- Review extracted data
- Correct any errors (improves model)
7. Integrate into Workflows¶
Use your trained project in n8n or via API.
n8n: Use the DeepTagger node with your Project ID
API: Call /extract_data
with your fo_id