Skip to content

Upload author photo from URL

POST
/api/v1/authors/{authorId}/photo/url
curl --request POST \
--url 'http://127.0.0.1:58259/api/v1/authors/1/photo/url?url=example'

Download an image from a URL and save it as the author’s photo.

authorId
required
integer format: int64

ID of the author

url
required
string

Author photo saved successfully