> For the complete documentation index, see [llms.txt](https://docs.flashback.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashback.tech/support-reference/supported-api-operations.md).

# Supported API Operations

Flashgate Network is in constant evolution and adding support to new API operations and features as requested by the customers.

However, at the current pre-alpha status, we only cover the basic and most-used API operations.

## Incompatibilities and feature translation

There may be cases where the Bridge nodes won't be able to translate some operations from the source API to the destination bucket.

While major storage providers share most of their features, the way those features are implemented internally can lead to workflow incompatibilities or feature mismatches.

Fortunately in most cases we can find an equivalent mechanism to bridge from one source API to a different destination bucket, but this option may not be always fully available, leading to limitations in the functionality offered by the Bridge Nodes.

## Categories

* [Cloud Storage](/support-reference/supported-api-operations/cloud-storage.md): Explore supported operations for AWS S3, GCP GCS, and Azure Blob.
* [AI LLM](/support-reference/supported-api-operations/ai-llm.md): Explore supported operations for AI providers like OpenAI.


---

# 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 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.flashback.tech/support-reference/supported-api-operations.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.
