Val Town Userspace Eval

See eval documentation here: https://www.val.town/v/maxm/eval


Result:

API Documentation

To use the POST endpoint programmatically, send a POST request to this URL with the TypeScript code in the request body.

Curl Example:

curl -X POST https://maxm-evalUI.web.val.run \
    -H "Content-Type: text/plain" \
    -d '1+1'

The response will be a JSON object containing either the result of the code execution or an error message.

View source