create_eeat
create_eeatStart an E-E-A-T analysis on a guide content
Starts an asynchronous E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) analysis
on the HTML content provided for a given guide. The analysis runs in the background — use
GET /api/v1/eeat to poll for results until status is done (or failed).
Note: This endpoint uses tokens (check /api/v1/tokens-usage for the cost, might vary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guideId | Yes | ID of the guide to analyze | |
| html_content | Yes | HTML of the article to analyze (without `<mark>` tags) |