encode_url
Encode strings for safe use in URLs by converting special characters to percent-encoded format. Specify component type for path, query, or full URL encoding.
Instructions
Encode string for URL (URL encoding)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | String to encode | |
| component | No | Component type (default: full) |