# Send data to an app using the data stream API

In this how-to guide, you'll learn how to send data to an app using the data stream API.

### Requirements

1. You have [created a data stream](https://developer.singular.live/data-stream-api/how-to-guides/create-a-data-stream)
2. You have [linked the data stream to a composition](https://developer.singular.live/data-stream-api/how-to-guides/link-a-data-stream-to-a-composition)

This guide is language and platform agnostic. Thus, you can follow along using cURL or whatever language you use to make API requests as well as on Postman or the API platform of your choice. To try it out on Postman, visit the [Singular Postman collection](https://documenter.getpostman.com/view/2177855/2s83zcTSu6).

### How to send data to an app using the data stream API

1. Prepare a `PUT` request to send to `https://datastream.singular.live/datastreams/:datastreamPrivateToken`, which is the endpoint for the [Singular data stream API](https://developer.singular.live/data-stream-api/api-reference).&#x20;
2. Replace `:datastreamPrivateToken` with the actual private token. (This can be found on the [data stream manager](https://app.singular.live/datastreammanager), located on the user menu on the Singular Dashboard.)&#x20;
3. Add a request body that matches the format of, and updates, the [payload of the sub-composition](https://developer.singular.live/rest-api/how-to-guides/get-a-compositions-sub-composition-ids-and-names-and-their-payload-structures) that is connected to the data stream in the overlay's composition.
4. With the composition editor in Composer open, send the request and watch the data update.


---

# 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://developer.singular.live/data-stream-api/how-to-guides/send-data-to-an-app-using-the-data-stream-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.
