Is there an Input that would handle an array input

I am looking for a way to allow the API explorer to handle the input being an array of int. Is there something that exists for that?

There’s no HTML Input control that allows for an array of numbers, other than using a plain text input to capture an array of comma delimited ints.