Quick Start¶
This guide will have you translating text in under 5 minutes.
Prerequisites¶
You'll need:
- A modern web browser (Chrome 90+, Firefox 88+, Safari 15+, Edge 90+)
- OR Node.js 18+ / Python 3.9+ for CLI/SDK usage
Step 1: Get Your API Key¶
- Visit pauhu.ai
- Click Get Started or Sign Up
- Create your account (email + password, or SSO)
- Your API key will be shown in the dashboard
Step 2: Translate Your First Text¶
- Open pauhu.ai
- Type or paste text in the input area
- Select source language (or auto-detect)
- Select target language
- Click Translate
Your translation appears instantly. That's it!
Step 3: Explore Advanced Features¶
Language Detection¶
Don't know the source language? Pauhu auto-detects it:
Batch Translation¶
Translate multiple texts efficiently:
Document Translation¶
Translate entire documents (PDF, DOCX, etc.):
Real-time Translation¶
For live translation (chat, streaming):
Step 4: Enable Offline Mode (Optional)¶
For offline capability, download models to your browser:
- Open pauhu.ai
- Go to Settings → Offline Mode
- Select language pairs to download
- Click Download Models
Models are stored in your browser's IndexedDB. Translation works without internet.
What's Next?¶
-
Full Installation Guide
Detailed installation options for all platforms.
-
API Reference
Complete API documentation with all endpoints.
-
Translation Guide
Advanced translation features and best practices.
-
Security & Encryption
Learn about client-side encryption.
Common Issues¶
Translation takes too long
For large documents, use batch translation or document API which processes in the background. Real-time translation is optimized for short texts.
Language not detected correctly
Short texts (<20 characters) may have incorrect detection. For best results:
- Provide more context (longer text)
- Explicitly specify source language
- Use domain-specific models for technical content
API key not working
- Check key is correctly copied (no extra spaces)
- Verify key in dashboard at pauhu.ai/settings
- Check rate limits haven't been exceeded
- Ensure key has correct permissions
Offline mode not working
- Check models are fully downloaded (Settings → Offline Mode)
- Verify browser supports IndexedDB
- Ensure sufficient storage space (models can be 50-200 MB each)
- Try clearing browser cache and re-downloading
Get Help¶
- Documentation: You're here! Use the search above.
- API Status: status.pauhu.ai
- Email Support: support@pauhu.ai
- Enterprise Support: enterprise@pauhu.ai (dedicated support for Pro/Max/Ops tiers)