Book recommendations, articles, book lists, and topic pages.
Author Archive
ASYNCREADNo auth
Returns an author archive page with their published articles, titles, urls, and dates.
ParametersFormJSON
URL slug for the author whose archive page to load (e.g. carolina-ciucci)
category_slug (optional)
referer (optional)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_bookriot_author_archive", "params": { "author_slug": "carolina-ciucci", "category_slug": "romance", "referer": "https://bookriot.com/category/romance/" } }'