get_channel_id_by_handle
Resolve any YouTube channel handle to its unique channel ID. Provide a handle like @Google to get the corresponding channel identifier.
Instructions
Retrieves the YouTube channel ID for a specific YouTube channel handle.
Args: channel_handle: The YouTube channel handle (e.g., @Google) for which to retrieve the corresponding channel ID. May include or omit the '@' symbol.
Returns: Object with 'data' (channel info including id), 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_handle | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||