create_eeat_competitors
create_eeat_competitorsStart an E-E-A-T analysis on a guide's top SERP competitors
Starts an asynchronous E-E-A-T analysis on the top competitors of the guide's SERP.
Each competitor is fetched and scored individually. Use GET /api/v1/eeat-competitors to
poll for results until pending reaches 0.
Token cost: This endpoint charges eeatCompetitorsTokensCostPerCompetitor
(see /api/v1/tokens-usage) per competitor analyzed, up to 10 competitors.
Example: 10 competitors × 5 tokens = 50 tokens. 6 competitors × 5 tokens = 30 tokens.
The number of competitors corresponds to the deduplicated URLs in the guide's top-10 SERP
results (available via GET /api/v1/guide).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guideId | Yes | ID of the guide whose competitors should be analyzed |