# Data-flo API

## How to access the API?

The API curl request for any workflow can be accessed by:

* selecting a workflow
* selecting the `<>API` link in the top right-hand cover of the banner

The curl request can then be run at the command line or embedded into external code to *run the workflow.*

<figure><img src="/files/Q6YJXiPZrcM4B5EaYNNO" alt="A screenshot of the Data-flo run page highlighting the API menu icon and the API code. "><figcaption></figcaption></figure>


---

# 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://cgps.gitbook.io/data-flo/api/data-flo-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.
