Control raw pixels over Websocket API?

Is it possible to control raw LEDs over the web socket API?

I looked up the docs, but haven’t really found the answer I was looking for…

Yes, using JSON API.

Yeah ,

Thanks a lot!

So the actual answer to my own question is the following: {"seg":{"i":["ff0000","00ff00","0000ff"]}}

It is listed there JSON API - WLED Project
And a good example for the usage of the api is pixel art tools , i used that to learn about the api