# Payload Formats

### Introduction

[Payload](https://en.wikipedia.org/wiki/Payload_\(computing\)) is actual data containing sensor information, which is sent over given Cloud protocols. YuDash IoT edge devices have easy-to-use and flexible, no-code APIs to generate payloads. This provides simple integration with various IoT platforms. This is where Payload fits within the [YuDash IIoT Stack](/device-to-cloud-api/yudash-iiot-stack.md):

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

### Support payload Formats

Some of supported formats are listed below:

[JSON Format](#json-payloads)

YuDash IoT devices support various formats of JSON to support various IoT platforms.

[YuTGT](/device-to-cloud-api/payload-formats/yutgt-yudash-text-generator.md) (YuDash Text Generator) for TXT/CSV files &#x20;

Generic TXT/CSV payload can be generated using [YuTGT](/device-to-cloud-api/payload-formats/yutgt-yudash-text-generator.md) YuDash Text Generator. These are suitable for IoT platforms supporting CSV formats, FTP/file based data.

Besides, main sensor data, YuDash devices support different TimeStamp options. Also, device status and diagnostics information transmission to cloud is supported.


---

# 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.yudash.com/device-to-cloud-api/payload-formats.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.
