What are Embedded Importers?
Embedded Importers allow you to integrate file import functionality directly into your web applications. Instead of redirecting users to external pages, you can provide a seamless file import experience within your own UI.Key Benefits
Seamless Integration
Keep users in your application with native-feeling file import components.
Customizable UI
Style the importers to match your application’s design system.
Real-time Processing
Process files immediately as they’re uploaded with live progress updates.
Multiple Formats
Support for CSV, Excel, JSON, XML, and many other file formats.
How it Works
- Install the SDK - Add the FileFeed SDK to your project
- Configure the Importer - Set up the importer with your API key and preferences
- Embed the Component - Add the importer component to your React application
- Handle Results - Process the imported data in your application
Supported Platforms
- React - Full SDK with hooks and components
- Vue - Coming soon
- Angular - Coming soon
- Vanilla JavaScript - Basic integration support
Next Steps
React SDK
Get started with our React SDK for embedded importers.