Skip to content

Search author photos

GET
/api/v1/authors/{authorId}/search-photos
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/authors/1/search-photos?q=example'

Search for author photos using DuckDuckGo image search.

authorId
required
integer format: int64

ID of the author

q
required
string

Author name to search

Photo search results returned successfully

Media type text/event-stream
Array<object>
object
url
string
width
integer format: int32
height
integer format: int32
index
integer format: int32