AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node performs a health check operation on the AI Marketplace API. It allows users to verify the API's health status by sending a GET request to the health endpoint. This is useful for monitoring the availability and responsiveness of the AI Marketplace service in different environments (development or production).

Use Case Examples

  1. A user wants to ensure the AI Marketplace API is operational before performing other actions in their workflow.
  2. A developer integrates this node to periodically check the health status of the AI Marketplace API in a monitoring system.

Properties

Name Meaning
Environment Selects the environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL for the selected environment.
Additional Fields Additional optional settings including request timeout and response format.

Output

JSON

  • json - The JSON response from the health check API endpoint, indicating the health status of the AI Marketplace service.

Dependencies

  • Requires an optional API key credential for authenticated operations, but the health check does not require authentication.

Troubleshooting

  • If the node fails to connect, verify the base URL and network connectivity.
  • Timeout errors can occur if the API is unresponsive; adjust the timeout setting in Additional Fields.
  • Invalid response format errors may occur if the response format is set incorrectly; ensure it matches the expected format (JSON or raw).

Discussion