ConsoleCatalog
Sign in
SEO Review Tools logo

SEO Review Tools

seoreviewtools.comMarketingno auth

Free SEO tools - content analysis, keyword research, and authority checks.

Content Analysis

ASYNCWRITENo auth

Submits an article URL and returns content scores, optimization checklist, and meta feedback.

ParametersFormJSON

URL of the article or page to analyze for SEO content optimization

CSRF token from the content analysis form page; refreshed by the bundled token chain at runtime

cost: 2 credits · 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_seoreviewtools_content_analysis_submit",
    "params": {
      "article_url": "https://www.wikipedia.org",
      "csrf": "5485b29fee89cbc36a14650b9c164a07fe13084d3802ea2ba669c6cd67396066"
    }
  }'