# Flatirons Fuse Documentation ## Docs - [API Access](https://fuse-docs.swovo.com/accessing-data/api-access.md): An overview of how to get import data from the Fuse API - [Incognito Mode](https://fuse-docs.swovo.com/accessing-data/incognito-mode.md): When Incognito mode is enabled on an importer, API and webhook access in unavailable, and records must be submitted to your backend using the onSubmit hook - [Overview](https://fuse-docs.swovo.com/accessing-data/overview.md): An overview of how to get data from Fuse into your own system - [Record Webhooks](https://fuse-docs.swovo.com/accessing-data/record-webhooks.md): Record Webhooks send import data to your system in real-time - [Status Webhooks](https://fuse-docs.swovo.com/accessing-data/status-webhooks.md): Status Webhooks notify your server when new imports are available for consumption via the API. - [Webhook Security](https://fuse-docs.swovo.com/accessing-data/webhook-security.md): Learn how to implement signature verification for secure communication with webhooks - [Authentication](https://fuse-docs.swovo.com/apis/authentication.md): How to authenticate with the Fuse API - [Pagination](https://fuse-docs.swovo.com/apis/pagination.md): How pagination works in the Fuse API - [Create Session](https://fuse-docs.swovo.com/apis/resources/import-session.md): Use this endpoint to generate an importer session token based on an importer slug. The session token should be used as part of creating a fuse importer instance. - [Retrieves a specific import](https://fuse-docs.swovo.com/apis/resources/imports/get-import.md): Get details of a specific import by ID. - [List Imports](https://fuse-docs.swovo.com/apis/resources/imports/list-imports.md) - [Import Records](https://fuse-docs.swovo.com/apis/resources/records/import-records.md) - [Custom Theming](https://fuse-docs.swovo.com/appearance/custom-theming.md): Customize the appearance of your Fuse Importer with colors and logos. - [Using Modals](https://fuse-docs.swovo.com/appearance/modals.md): How to display your importer in a modal. - [White Labeling](https://fuse-docs.swovo.com/appearance/white-labeling.md): Guidance on customizing your importer. - [Creating Column Types](https://fuse-docs.swovo.com/extending/creating-your-own-column-type.md): Defining your own column type in Fuse. - [Defining Custom Actions](https://fuse-docs.swovo.com/extending/custom-actions.md): Fuse allows developers to define custom bulk actions. - [Adding Columns](https://fuse-docs.swovo.com/getting-started/adding-columns.md): Columns define data types, and support validations and transformations. - [Adding Transformations](https://fuse-docs.swovo.com/getting-started/adding-data-transformations.md): Transformations allow you to format data and manipulate schemas. - [Adding Validations](https://fuse-docs.swovo.com/getting-started/adding-data-validations.md): Validations allow you to provide error or warning messages to users when data is improperly formatted. - [Embedding Fuse](https://fuse-docs.swovo.com/getting-started/embedding.md): Install our NPM package on your website. - [Overview](https://fuse-docs.swovo.com/getting-started/overview.md): Get started setting up an Importer on Fuse. - [Sessions](https://fuse-docs.swovo.com/getting-started/sessions.md) - [Angular CSV Importer](https://fuse-docs.swovo.com/js-implementations/angular-csv-importer.md): How to implement an Angular CSV Importer - [React CSV Importer](https://fuse-docs.swovo.com/js-implementations/react-csv-importer.md): How to implement a React CSV Importer - [Vue.js CSV Importer](https://fuse-docs.swovo.com/js-implementations/vue.js-csv-importer.md): How to implement a Vue.js CSV Importer. - [Translations (i18n)](https://fuse-docs.swovo.com/more-to-love/translations-i18n.md): Guide to using other languages. - [Bulk Editing](https://fuse-docs.swovo.com/use-cases/bulk-editing.md): How to use Fuse as a bulk editing tool. - [CSV Imports](https://fuse-docs.swovo.com/use-cases/csv-imports.md): How to use Fuse for importing CSV files. - [Boolean Columns](https://fuse-docs.swovo.com/using-columns/boolean-columns.md): How to add a boolean column to your importer through code. - [Date Columns](https://fuse-docs.swovo.com/using-columns/date-columns.md): How to add a date column to your importer through code. - [DateTime Columns](https://fuse-docs.swovo.com/using-columns/datetime-columns.md): How to add a datetime column to your importer through code. - [Dropdown Columns](https://fuse-docs.swovo.com/using-columns/dropdown-columns.md): How to add a dropdown column to your importer through code. - [Email Columns](https://fuse-docs.swovo.com/using-columns/email-columns.md): How to add an email column to your importer through code. - [Float Columns](https://fuse-docs.swovo.com/using-columns/float-columns.md): How to add a float column to your importer through code. - [Integer Columns](https://fuse-docs.swovo.com/using-columns/integer-columns.md): How to add an integer column to your importer through code. - [String Columns](https://fuse-docs.swovo.com/using-columns/string-columns.md): How to add a string column to your importer through code. - [Time Columns](https://fuse-docs.swovo.com/using-columns/time-columns.md): How to add a time column to your importer through code. - [URL Columns](https://fuse-docs.swovo.com/using-columns/url-columns.md): How to add an url column to your importer through code. ## OpenAPI Specs - [swagger](https://fuse-docs.swovo.com/swagger.yaml)