ConsoleCatalog
Sign in
Woorank logo

Woorank

woorank.comMarketingno auth

Website review platform - SEO scores, site criteria checks, and marketing checklists.

Review Generation Start

ASYNCREADNo auth

Returns a started website review's generation id and status for a domain.

ParametersFormJSON

FQDN of the website to review, without scheme (e.g. vrt.be)

WooRank usecase query parameter controlling which review sections to include

Optional review generation UUID when resuming an in-progress review job

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_woorank_com_teaser_review_generation_page",
    "params": {
      "domain": "vrt.be",
      "usecase": "all",
      "generation_id": "6dba40ab-40f2-47b8-9a95-1acbb6f38f19"
    }
  }'