API reference
Last updated
Was this helpful?
PUT https://datastream.singular.live/datastreams/:datastreamPrivateToken
Send data to a data stream.
datastreamPrivateToken*
String
Private data stream token
{
"number": 123,
"text": "this is text",
"isActive": true,
"color": "#3333ff"
}You can send any JSON data in the request body and then define how it is processed in the composition script editor.
Last updated
Was this helpful?
Was this helpful?