ConsoleCatalog
Sign in
Bear Blog logo

Bear Blog

bearblog.devSocialno auth

Trending posts, articles, author blogs, and discover feed.

Author Blog Home

ASYNCREADNo auth

Returns an author's blog homepage with its title, description, and post listings.

ParametersFormJSON

Author blog custom domain (hostname only, e.g. elmc.at)

Full author blog homepage URL; when provided, overrides author_domain for the request target

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_bearblog_dev_author_blog_home",
    "params": {
      "author_domain": "elmc.at",
      "author_domain_url": "https://elmc.at/"
    }
  }'