hello,
output in binary.
test use HTTP:
how to display in custom apps?
Use the “Compose a String” Transformer module:
Converts any value to a string data type (text). It makes the mapping easier when mapping e.g. binary data.
When the endpoint returns just binary data, it is better to wrap the output:
“output”: {
“data”: “{{body}}”
}