Executing your first script with Riza
RIZA_API_KEY
.
language
and code
.
You can use one of our published API client libraries to make this request from
Node, Python or Go, or use curl
if available in your shell.
Hello, world!
to standard output. The API response will look like this:
execute
that takes a single argument input
.
Your function must also return a value that can be serialized to JSON.
Let’s write a simple function that prints “Hello, David!” and returns {"greeted": true}
: