Getting Started with FLTR
This guide will walk you through creating your first dataset, uploading a document, and running semantic search queries using the FLTR API.Prerequisites
Before you begin, make sure you have:- A FLTR account (sign up at www.tryfltr.com)
- An API key (we’ll generate one in the next step)
- Basic familiarity with REST APIs
Step 1: Generate an API Key
- Log in to your FLTR Dashboard
- Navigate to Settings → API Keys
- Click Create API Key
- Give your key a descriptive name (e.g., “Development Key”)
- Copy and save your API key securely
Step 2: Create Your First Dataset
Datasets are containers for related documents. Let’s create one using curl:dataset_id - save this for the next steps:
Step 3: Upload a Document
Now let’s add a document to your dataset. You can upload text, PDFs, or images:Option A: Upload Text Content
Option B: Upload a File
- Extract text from PDFs and images
- Chunk the content into searchable segments
- Generate vector embeddings
- Index for hybrid search
Document processing happens asynchronously. Large files may take a few seconds to become searchable.
Step 4: Run Your First Query
Now you can search your dataset using semantic search:Code Examples
Rate Limits
FLTR has three authentication tiers with different rate limits:Common Errors
401 Unauthorized
404 Dataset Not Found
429 Rate Limit Exceeded
413 Payload Too Large
Next Steps
First Integration
Build a complete RAG application with FLTR
API Reference
Explore all available endpoints
MCP Integration
Connect FLTR to Claude Desktop or VS Code
Low-Code Integrations
Use FLTR with Zapier, Make, or n8n
Need Help?
- Documentation: Browse our comprehensive API reference
- Examples: Check out integration examples
- Support: Email us at support@fltr.com
- Status: Monitor uptime at status.fltr.com