Make Beautiful And Prettified Code Screenshots By Just Sending A POST or GET Request
Provides ray.so as a REST API version!
Provides ray.so as a REST API version. Make beautiful and prettified code screenshots by just sending a POST or GET request.
https://rayso.herokuapp.com/api
Parameters
Using GET Request /
It uses query parameters.
https://rayso.herokuapp.com/api?code=console.log(%22Hello%20World%22)%3B&language=javascript&title=Test
Using POST Request /
Body is JSON with these params:
{
"code": "console.log('Hello World');",
"language": "javascript",
"title": "Test"
}
Example output
For collaboration or questions; hi@bhawanigarg.com