BeeAI icon

BeeAI

Interact with BeeAI API

Overview

The node interacts with the BeeAI API to perform operations related to various resources, including Locations. Specifically, for the "List Locations" operation, it fetches a paginated list of location data from the BeeAI service. This is useful when you want to retrieve multiple location entries, such as places or points of interest, managed by the BeeAI platform.

Practical examples include:

  • Fetching a list of locations for display in an application.
  • Integrating location data into workflows that require geographic context.
  • Automating retrieval of location information for reporting or analysis.

Properties

Name Meaning
Pagination Collection of pagination options to control the number of results and page to fetch.
Page Number The page number to fetch (minimum 1).
Limit Maximum number of location items to return per page (minimum 1).

Output

The node outputs JSON data containing the list of locations retrieved from the BeeAI API. Each item in the output corresponds to a location object as defined by the API's response schema. The structure typically includes details about each location such as name, coordinates, description, or other metadata provided by the API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the BeeAI API.
  • The base URL for API requests is https://api.bee.computer.
  • Proper configuration of the API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing API key will result in authentication errors.
    • Requesting a page number or limit less than 1 may cause validation errors.
    • Network connectivity problems can prevent reaching the BeeAI API endpoint.
  • Error messages:

    • Authentication failures usually indicate invalid credentials; verify and update the API key.
    • Validation errors on pagination parameters suggest adjusting the page number and limit to valid values.
    • Timeout or connection errors require checking network access and API availability.

Links and References

Discussion