# FileFeed DOCS ## Docs - [API Library](https://docs.filefeed.io/api-library/overview.md): TypeScript SDK for programmatic access to FileFeed - [Create client](https://docs.filefeed.io/api-reference/clients/create-client.md) - [Delete client](https://docs.filefeed.io/api-reference/clients/delete-client.md) - [Get client](https://docs.filefeed.io/api-reference/clients/get-client.md) - [List clients](https://docs.filefeed.io/api-reference/clients/list-clients.md) - [Test SFTP connection](https://docs.filefeed.io/api-reference/clients/test-sftp-connection.md) - [Update client](https://docs.filefeed.io/api-reference/clients/update-client.md) - [API Introduction](https://docs.filefeed.io/api-reference/introduction.md): Base URL, authentication, and conventions - [Abort outbound multipart upload and cleanup temp parts](https://docs.filefeed.io/api-reference/outbound-uploads/abort-outbound-multipart-upload-and-cleanup-temp-parts.md): Cancels an in-progress upload session, deletes all temporary parts from storage, and marks the session as aborted. Further uploads to this session will be rejected. - [Complete outbound multipart upload and trigger processing](https://docs.filefeed.io/api-reference/outbound-uploads/complete-outbound-multipart-upload-and-trigger-processing.md): Combines all uploaded parts into one file, stores it in S3, and triggers pipeline processing. The number of parts listed must match `totalParts`. - [Get outbound multipart upload status](https://docs.filefeed.io/api-reference/outbound-uploads/get-outbound-multipart-upload-status.md): Returns the current state of an upload session including which parts have been uploaded. - [Initialize an outbound multipart upload session](https://docs.filefeed.io/api-reference/outbound-uploads/initialize-an-outbound-multipart-upload-session.md): Creates a new upload session for pushing JSON data into an outbound pipeline. The pipeline must have `direction: "outbound"`. - [Upload one part for an outbound upload session](https://docs.filefeed.io/api-reference/outbound-uploads/upload-one-part-for-an-outbound-upload-session.md): Upload a single part (JSON array of objects). Part numbers are 1-based and must not exceed `totalParts`. - [Acknowledge a pipeline run](https://docs.filefeed.io/api-reference/pipeline-runs/acknowledge-a-pipeline-run.md) - [Get a pipeline run](https://docs.filefeed.io/api-reference/pipeline-runs/get-a-pipeline-run.md) - [Get pipeline run data (paginated)](https://docs.filefeed.io/api-reference/pipeline-runs/get-pipeline-run-data-paginated.md) - [Get presigned URL for original file](https://docs.filefeed.io/api-reference/pipeline-runs/get-presigned-url-for-original-file.md) - [Get presigned URL for processed file](https://docs.filefeed.io/api-reference/pipeline-runs/get-presigned-url-for-processed-file.md) - [Get runs by pipeline](https://docs.filefeed.io/api-reference/pipeline-runs/get-runs-by-pipeline.md) - [List pipeline runs](https://docs.filefeed.io/api-reference/pipeline-runs/list-pipeline-runs.md) - [Reprocess a pipeline run](https://docs.filefeed.io/api-reference/pipeline-runs/reprocess-a-pipeline-run.md) - [Create pipeline](https://docs.filefeed.io/api-reference/pipelines/create-pipeline.md) - [Delete pipeline](https://docs.filefeed.io/api-reference/pipelines/delete-pipeline.md) - [Get pipeline](https://docs.filefeed.io/api-reference/pipelines/get-pipeline.md) - [List pipelines](https://docs.filefeed.io/api-reference/pipelines/list-pipelines.md) - [Toggle pipeline active status](https://docs.filefeed.io/api-reference/pipelines/toggle-pipeline-active-status.md) - [Update pipeline](https://docs.filefeed.io/api-reference/pipelines/update-pipeline.md) - [Create schema](https://docs.filefeed.io/api-reference/schemas/create-schema.md) - [Delete schema](https://docs.filefeed.io/api-reference/schemas/delete-schema.md) - [Get schema](https://docs.filefeed.io/api-reference/schemas/get-schema.md) - [List schemas](https://docs.filefeed.io/api-reference/schemas/list-schemas.md) - [Update schema](https://docs.filefeed.io/api-reference/schemas/update-schema.md) - [Validate data against a schema](https://docs.filefeed.io/api-reference/schemas/validate-data-against-a-schema.md) - [Create webhook](https://docs.filefeed.io/api-reference/webhooks/create-webhook.md) - [Delete webhook](https://docs.filefeed.io/api-reference/webhooks/delete-webhook.md) - [Get webhook](https://docs.filefeed.io/api-reference/webhooks/get-webhook.md) - [List webhook deliveries](https://docs.filefeed.io/api-reference/webhooks/list-webhook-deliveries.md) - [List webhooks](https://docs.filefeed.io/api-reference/webhooks/list-webhooks.md) - [Update webhook](https://docs.filefeed.io/api-reference/webhooks/update-webhook.md) - [Outbound (API) Flow](https://docs.filefeed.io/automated-flows/outbound.md): Push data into FileFeed programmatically via the outbound multipart upload API - [Overview](https://docs.filefeed.io/automated-flows/overview.md): Learn about FileFeed's automated file processing workflows - [SFTP Flow](https://docs.filefeed.io/automated-flows/sftp.md): Complete guide to integrating with FileFeed through SFTP, webhooks, and REST API - [Core Concepts](https://docs.filefeed.io/core-concepts.md): Understand FileFeed fundamentals: Clients, Schemas, Pipelines, Pipeline Runs, and Webhooks - [Configuration](https://docs.filefeed.io/embedded-importers/configuration.md): Configure workbooks, fields, transforms, and validations - [Overview](https://docs.filefeed.io/embedded-importers/overview.md): Learn about FileFeed's embedded importers and how they work - [React SDK](https://docs.filefeed.io/embedded-importers/react-sdk.md): Integrate FileFeed importers into your React applications - [Welcome to FileFeed](https://docs.filefeed.io/index.md): Powerful file import and processing platform for modern applications - [MCP Server](https://docs.filefeed.io/mcp-server/overview.md): Use FileFeed with AI assistants via the Model Context Protocol - [Available Tools](https://docs.filefeed.io/mcp-server/tools.md): Complete reference of all 38 MCP tools - [Quick Start](https://docs.filefeed.io/quickstart.md): Get up and running with FileFeed in minutes ## OpenAPI Specs - [openapi](https://docs.filefeed.io/api-reference/openapi.json)