Any way we can use inputs ( URL parameters or textbox )?

[ Total runkit newbie here. Parsed the doc and searched the forum, though. ]

Is there any way we can use inputs ?
either as URL parameter, or from some textbox ?
( e.g., looking like some equivalent of 1 in shell, _GET[] in PHP, or more OO as in JS ).

Typically in https://runkit.com/juliendusud/youtube-subtitle I’ld like to let users change the youtube video id ( from which the code extract the full subtitle text ) without requiring the users to register and clone.
Anyway it would be possible with this tool ?

thanks

Hi @fabricen welcome to RunKit!
I think you can achieve something like this using a RunKit Endpoint, here is an example:

https://runkit.com/sherlock/processing-user-input

Hope that helps
Ron