# Streaming from APIs

For streaming data from APIs, you need to read data in your pipeline with the "[API call](/pipelines/tasks-ip/api-call.md)" task:

<figure><img src="/files/MlrJAutZRWZ8YcTWkPVs" alt=""><figcaption></figcaption></figure>

When the pipeline is triggered, this task will make an API request to the API Endpoint, you have configured in your [API integration](/integrations/library-of-integrations/apis.md) and use the response data for the entire pipeline.

&#x20;Some examples of the streaming pipelines from the API:

## Streaming from API to a database

<figure><img src="/files/WYzQOipVWFf5bSfoPVQ7" alt=""><figcaption></figcaption></figure>

## Streaming from API to API

<figure><img src="/files/OzeEdtIF57JmLhPYdH9d" alt=""><figcaption></figcaption></figure>

Of course, the pipelines above are just examples and your real pipelines will most probably be more complicated and will contain more transformation and processing of data:

<figure><img src="/files/umU1av2NoTfLXfBX6HZM" alt=""><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://docs.ylem.co/use-cases/functional-use-cases/streaming-from-apis.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.
