AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API to retrieve feedback statistics based on a specified time span. It supports querying feedback data for different periods such as today, last 7 days, last 30 days, or all time, with optional configuration for environment and response format. This is useful for analyzing user feedback trends over time in AI marketplace applications.

Use Case Examples

  1. A user wants to get feedback statistics for the last 7 days to monitor recent user satisfaction.
  2. A developer needs to fetch all-time feedback statistics to generate a comprehensive report on feedback trends.

Properties

Name Meaning
Environment The environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL for the selected environment.
Time Span The time period for which to retrieve feedback statistics, supporting period-over-period comparison.
Additional Fields Optional additional settings such as request timeout and response format.

Output

JSON

  • json - The JSON response containing feedback statistics data from the AI Marketplace API.

Dependencies

  • Requires an API key credential for authenticated requests when necessary.

Troubleshooting

  • Common issues include authentication errors if API credentials are not configured properly.
  • Timeout errors may occur if the request takes longer than the specified timeout period; increasing the timeout may help.
  • Invalid parameter errors can occur if input values exceed allowed lengths or contain invalid characters.

Discussion