Comprehensive interactive tutorials for mastering the SixtyFour AI platform
Get started with SixtyFour's powerful AI-driven data enrichment platform through hands-on tutorials. Each notebook provides production-ready examples you can implement immediately.
- SixtyFour API Key - Get yours here
- Python 3.8+ with
requestslibrary - Google Colab account (recommended for interactive execution)
| Notebook | Description | Use Cases | Complexity |
|---|---|---|---|
| Company Enrichment | Deep company research and data structuring | Lead qualification, market research, competitive analysis | ⭐⭐⭐ |
| Lead Enrichment | Individual prospect research and contact discovery | Sales prospecting, candidate sourcing, relationship mapping | ⭐⭐⭐ |
| Notebook | Description | Use Cases | Complexity |
|---|---|---|---|
| Email Finding | Email discovery and validation techniques | Outbound sales, recruitment, marketing campaigns | ⭐⭐ |
| Phone Finding | Phone number discovery and formatting | Direct sales, customer support, lead qualification | ⭐⭐ |
| Notebook | Description | Use Cases | Complexity |
|---|---|---|---|
| QA Agent | Autonomous data qualification and scoring | Data quality assessment, lead scoring, compliance checks | ⭐⭐⭐⭐ |
- API Integration Patterns - Production-ready implementation examples
- Error Handling - Robust error management and retry strategies
- Data Optimization - Best practices for structuring requests and responses
- Async Workflows - Handling long-running enrichment jobs efficiently
- Cost Optimization - Techniques to maximize API efficiency and minimize costs
- Click any notebook link above
- Select "Open in Colab"
- Add your SixtyFour API key when prompted
- Run cells interactively
# Clone the repository
git clone https://github.com/sixtyfour-ai/notebooks.git
cd notebooks
# Install dependencies
pip install requests python-dotenv jupyter
# Set up your API key
echo "SIXTYFOUR_API_KEY=your_api_key_here" > .env
# Launch Jupyter
jupyter notebook- Sign up at app.sixtyfour.ai
- Navigate to your dashboard
- Generate an API key under "Keys" → "Create new key"
- Copy your key and use it in the notebooks
- API Documentation - Complete API reference
- Developer Portal - Dashboard and key management
- Community Support - Get help from other developers
- Status Page - API status and uptime monitoring
These notebooks are designed for production use. Key considerations:
- Rate Limiting - Implement exponential backoff for API calls
- Batch Processing - Use async endpoints for large datasets
- Caching - Store results to minimize redundant API calls
- API Key Management - Use environment variables, never hardcode keys
- Data Privacy - Follow GDPR/CCPA guidelines for personal data
- Access Control - Implement proper authentication in your applications
- Error Tracking - Log API errors and response times
- Usage Analytics - Monitor API consumption and costs
- Health Checks - Implement service availability monitoring
We welcome contributions to improve these tutorials:
- Fork the repository
- Create a feature branch (
git checkout -b feature/improvement) - Commit your changes (
git commit -am 'Add new tutorial section') - Push to the branch (
git push origin feature/improvement) - Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Technical Issues - GitHub Issues
- API Support - support@sixtyfour.ai
- Sales Questions - sales@sixtyfour.ai
Built with ❤️ by the SixtyFour team