Encoding URL passing to API

Does anyone know of the optimal method for speed to encode a URL when passing that URL as a parameter in an API call? thanks

1 Like

You can natively use :formatted as URL

3 Likes

@reger-alexander thanks