> For the complete documentation index, see [llms.txt](https://docs.phiona.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phiona.com/sharing-data/share-via-api-endpoint.md).

# Build API Endpoint From Single Dataset

To see how to enable an API endpoint for a dataset, please see the [API Documentation](/the-basics/api-documentation.md).

Phiona supports many no-code app building tools via the REST API endpoint- see the documentation for each to integrate.

### No Code App Builders

Adalo - <https://help.adalo.com/integrations/external-collections-with-apis>

AppGuyver - <https://docs.appgyver.com/data/rest-api-direct-integration>

Bubble - <https://manual.bubble.io/core-resources/bubble-made-plugins/api-connector>

Draftbit - <https://docs.draftbit.com/docs/fetching-data>

UIBakery - <https://docs.uibakery.io/http>

Wappler - <https://docs.wappler.io/t/using-api-data-source/3670>


---

# 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.phiona.com/sharing-data/share-via-api-endpoint.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.
