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 "Create Brief" operation under the "Guide" resource in this node allows users to create a new brief guide within the Yourtext.Guru SEO content optimization platform. This operation is useful for generating concise SEO briefs that help writers and marketers focus their content creation efforts on key topics and semantic recommendations defined by the guide.

Typical use cases include:

  • Automatically generating SEO briefs for specific guides to streamline content planning.
  • Integrating brief creation into content workflows to ensure alignment with SEO strategies.
  • Managing multiple guides and briefs programmatically via API calls within n8n workflows.

For example, a marketing team can use this node to create a brief for a guide related to a product launch, ensuring all content writers receive consistent SEO instructions.

Properties

Name Meaning
Guide ID The unique identifier of the guide for which the brief will be created. This is a required string input.

Output

The output of this operation is the JSON response returned by the Yourtext.Guru API after creating the brief. It typically contains details about the newly created brief associated with the specified guide.

The json output field will include information such as:

  • Confirmation of brief creation.
  • Metadata or identifiers related to the brief.
  • Any additional data returned by the API relevant to the brief.

This node does not output binary data.

Dependencies

  • Requires an active Yourtext.Guru account with API access.
  • Needs an API key credential configured in n8n to authenticate requests to the Yourtext.Guru API.
  • The node sends HTTP POST requests to the endpoint: https://yourtext.guru/api/v2/guides/{guideId}/brief.

Troubleshooting

  • Missing Guide ID: Since the Guide ID is required, omitting it will cause the request to fail. Ensure the Guide ID is provided and valid.
  • Authentication Errors: If the API key credential is missing or invalid, the node will return authentication errors. Verify the API key configuration.
  • API Rate Limits: Exceeding API rate limits may result in errors or throttling. Monitor usage and adjust workflow frequency accordingly.
  • Invalid Guide ID: Providing a non-existent or incorrect Guide ID will cause the API to return an error. Confirm the Guide ID exists in your Yourtext.Guru account.
  • Network Issues: Connectivity problems can cause request failures. Check network status and retry if necessary.

Links and References

Discussion