update_avatar
Change your Twitter profile picture by providing an image URL or base64 encoded image data.
Instructions
Update a Twitter user's profile picture programmatically via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public URL to fetch the image from. Provide either this or image_base64. | |
| image_base64 | No | Raw base64 (with or without data:image/...;base64, prefix). Provide either this or image_url. |