Get author image
get_author_imageFetch an author's profile photo as an image. Choose thumbnail or full-size; get an error if none exists.
Instructions
Get an author's photo bytes (returned as an image, not text). Use size 'thumbnail' for a small image or 'full' for the full-size photo. Errors if the author has no image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Image size (default 'full'). | |
| authorId | Yes | The author's id (from list_authors). |