BeeAI icon

BeeAI

Interact with BeeAI API

Overview

The node integrates with the BeeAI API to update an existing fact entry. It allows users to modify the text content of a fact and mark it as confirmed or not. This is useful in scenarios where facts need to be maintained, corrected, or validated dynamically within an automation workflow. For example, a user might update a fact's description after verifying new information or flag it as confirmed once validated.

Properties

Name Meaning
Fact ID The unique identifier of the fact to update.
Text The updated textual content of the fact.
Confirmed A boolean indicating whether the fact has been confirmed (true) or not (false).

Output

The node outputs JSON data representing the updated fact object returned by the BeeAI API. This typically includes the fact's ID, updated text, confirmation status, and possibly other metadata fields provided by the API response.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating requests to the BeeAI API.
  • The base URL for API requests is https://api.bee.computer.
  • The node sends JSON-formatted requests and expects JSON responses.

Troubleshooting

  • Invalid Fact ID: If the provided Fact ID does not exist, the API may return an error indicating the fact was not found. Verify the ID before updating.
  • Missing Required Fields: Both "Text" and "Confirmed" are required; omitting them will cause validation errors.
  • Authentication Errors: Ensure the API key credential is correctly configured and valid.
  • API Connectivity Issues: Network problems or incorrect base URL configuration can prevent successful updates.

Links and References

Discussion