Skip to content

Auto-match authors

POST
/api/v1/authors/auto-match
curl --request POST \
--url http://127.0.0.1:58259/api/v1/authors/auto-match \
--header 'Content-Type: application/json' \
--data '[ 1 ]'

Automatically match multiple authors, streaming results as each is matched.

Media type application/json
Array<integer>
Example generated
[
1
]

Authors auto-matched successfully

Media type text/event-stream
Array<object>
object
id
integer format: int64
name
string
asin
string
bookCount
integer format: int32
hasPhoto
boolean