Yourtext.Guru icon

Yourtext.Guru

Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.

Overview

The node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the "Get Brief Analysis" operation under the "Guide" resource retrieves the latest analysis results of a guide brief. This is useful for content creators and SEO specialists who want to review how well their content briefs perform according to Yourtext.Guru's analysis.

Typical use cases include:

  • Fetching detailed SEO and semantic analysis reports for a specific content brief.
  • Automating content quality checks within workflows by retrieving analysis data programmatically.
  • Integrating Yourtext.Guru insights into broader content management or marketing automation systems.

Properties

Name Meaning
Guide ID The unique identifier of the guide for which the brief analysis is requested.
Analyze ID The unique identifier of the specific brief analysis to retrieve (the last analysis).

Output

The node outputs JSON data representing the detailed analysis of the guide brief identified by the provided Guide ID and Analyze ID. This JSON typically contains SEO metrics, semantic recommendations, and other content performance indicators as returned by the Yourtext.Guru API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for Yourtext.Guru to authenticate requests.
  • The node makes HTTP GET requests to the Yourtext.Guru API endpoint:
    https://yourtext.guru/api/v2/guides/{guideId}/brief/analyze/{analyzeId}

Troubleshooting

  • Common issues:

    • Invalid or missing Guide ID or Analyze ID will cause the API request to fail.
    • Expired or incorrect API credentials will result in authentication errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages and resolutions:

    • 401 Unauthorized: Check that the API key credential is correctly configured and valid.
    • 404 Not Found: Verify that both Guide ID and Analyze ID exist and are correct.
    • 429 Too Many Requests: You may be hitting rate limits; consider adding delays or upgrading your plan.
    • 500 Internal Server Error: Temporary server issue; retry after some time.

Links and References

Discussion