# File uploads

You are free to use your own storage service and provide us with the publicly accessible URLs which will be used to copy your files when creating documents.

If you don't use a storage service or would prefer to upload your files on TextMaster, you can use our [Uploads](/reference/uploads.md) endpoint which consist of the following steps:

1. Retrieving the file upload properties from the API.
2. Make a request using the file upload properties and passing signed metadata as HTTP headers.

{% hint style="info" %}
**Tips:** TextMaster uses a temporary storage to store your files until they are linked to a document. They will be automatically deleted after a period of 60 days from this temporary storage location.
{% endhint %}

For more information about how to use this endpoint, see:

{% content-ref url="/pages/KvEl5i49nrCsyBsXp4ZU" %}
[Uploads](/reference/uploads.md)
{% endcontent-ref %}


---

# 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://developer.textmaster.com/overview/file-uploads.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.
