# Limitations

The public API is in beta and is being actively developed. There are some features which are available through the website which are not yet available through the API.&#x20;

Currently, the only available upload mechanism is from your local device. Other upload mechanisms supported by the website such as S3 import, Google Drive, Dropbox are not available at this time.

Currently, not all file formats which can be uploaded through the website can be uploaded through the API. The current list of available file formats is:

* png
* jpg and jpeg
* tif and tiff
* svs
* ndpi
* vms
* vmu
* scn
* svslide
* bif

Note that files in other file formats can still be submitted for analysis through the API if they have already been uploaded through the website.


---

# 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.biodock.ai/public-api-beta/limitations.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.
