# File Upload API

**Key Features:**

* **Auto Deletion**: Any image or document uploaded will be automatically deleted after 7 days.
* **Future Upgrade**: There will be an economical upgrade option available in the future, allowing files to stay forever with some data storage limitations.
* **Unlimited Uploads**: Currently, there is no limit to the number of files that can be uploaded.
* **File URL Use**: The file URL can be used in API calls, Bots, and automations.
* **API Token**: An API token can be copied from the product to use in API calls.
* **Send Message API**: Obtain the file URL by uploading a file, which can then be used in send message API calls.

**Important Note:**

Files will be automatically deleted after 7 days, so they should not be used in any long-term Bots or automations.

App Url:<https://mediaz-manager.netlify.app/>

{% embed url="<https://youtu.be/yKzVPUS9lHw>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.watheta.com/file-upload-api.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.
