# Filemail API Docs

## Filemail API Docs

- [Filemail API 2.0](https://docs.filemail.com/filemail-api-2.0.md): We’re excited to introduce you to the Filemail API v2 — a powerful and flexible interface designed to let you build custom integrations with Filemail’s  file transfer services.
- [Getting started](https://docs.filemail.com/filemail-api-2.0/getting-started.md): This area will help you get started with Filemail API. Learn more about obtaining your API key, authentication, versioning, rate limits and more.
- [Error handling](https://docs.filemail.com/filemail-api-2.0/error-handling.md): Find out how Filemail API notifies about errors.
- [Fetching user information](https://docs.filemail.com/api/fetching-user-information.md): This short article explains how you can fetch information about current user.
- [Sending files](https://docs.filemail.com/api/sending-files.md): This will show you the flow of how to send files with the Filemail API
- [Initialize](https://docs.filemail.com/api/sending-files/initialize.md)
- [Upload files](https://docs.filemail.com/api/sending-files/upload-files.md): Here you can find all the detailed information and API specification for uploading files to a transfer.
- [Cancel](https://docs.filemail.com/api/sending-files/cancel.md)
- [Complete](https://docs.filemail.com/api/sending-files/complete.md)
- [Getting received files](https://docs.filemail.com/api/getting-received-files.md): Learn about listing all files received by one or more accounts within an organization using the Filemail API.
- [Getting sent files](https://docs.filemail.com/getting-sent-files.md): Learn about listing all files sent from one or more accounts within an organization using the Filemail API.
- [Getting transfer details](https://docs.filemail.com/getting-transfer-details.md): This article explains how to get transfer details, including all files in a transfer through the Filemail API.
- [Managing transfers](https://docs.filemail.com/managing-transfers.md): In this section you can learn how to manage existing transfer through the Filemail API
- [Editing a transfer](https://docs.filemail.com/managing-transfers/editing-a-transfer.md)
- [Deleting a transfer](https://docs.filemail.com/managing-transfers/deleting-a-transfer.md)
- [Forwarding a transfer](https://docs.filemail.com/managing-transfers/forwarding-a-transfer.md)
- [Sharing a transfer](https://docs.filemail.com/managing-transfers/sharing-a-transfer.md)
- [Renaming a file in a transfer](https://docs.filemail.com/managing-transfers/renaming-a-file-in-a-transfer.md)
- [Deleting a file in a transfer](https://docs.filemail.com/managing-transfers/deleting-a-file-in-a-transfer.md)
- [Downloading files](https://docs.filemail.com/downloading-files.md): This article explains how you can download transfers and individual files using the Filemail API.
- [Handling contacts](https://docs.filemail.com/handling-contacts.md): This page will help you getting contacts for your account through the Filemail API.
- [Custom authentication](https://docs.filemail.com/custom-authentication.md): This page explains how to act on behalf of other users with logintokens and refreshtokens.
- [Integrate Portal page](https://docs.filemail.com/integrations/integrate-portal-page.md): Do you want to insert a Filemail Portal page into your website? No problem, just follow this guide.
- [Integrate Download page](https://docs.filemail.com/integrations/integrate-download-page.md): You can integrate Filemail Download Page on your own website by adding this code snippet to your HTML. Put it exactly where you want the downloader to appear on your page.
- [Web Form Integration](https://docs.filemail.com/integrations/web-form-integration.md): If you have a custom form already on your own website, and want to enahnce it with large file upload ability - then use our integrated uploader designed for custom forms.
- [Zapier](https://docs.filemail.com/integrations/zapier.md): Supercharge Your Workflow with Filemail on Zapier
- [CLI](https://docs.filemail.com/tools/cli.md): This article will tell you how you can use the Filemail CLI tool


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.filemail.com/filemail-api-2.0.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
