Actions24
- Health Actions
- Offers Actions
- Lots Actions
- Statistics Actions
- Authentication Actions
- Feedback Actions
- Events Actions
- Categories Actions
- Admin Actions
Overview
This node interacts with the AI Marketplace API to perform various operations related to categories, including listing all available categories. It is useful for users who want to retrieve category data from the AI Marketplace, for example, to display available categories in a marketplace application or to filter lots and offers by category.
Use Case Examples
- Listing all categories available in the AI Marketplace to populate a dropdown menu in a user interface.
- Fetching categories to analyze or report on the distribution of lots or offers by category.
Properties
| Name | Meaning |
|---|---|
| Environment | The environment to connect to, either Development or Production. |
| Override Base URL | Optional URL to override the default base URL of the selected environment. |
| Additional Fields | Additional optional fields to customize the request, including timeout and response format. |
Output
JSON
json- The JSON response containing the list of categories from the AI Marketplace API.
Dependencies
- AI Marketplace API
Troubleshooting
- Authentication required error: Ensure that API credentials are configured if the operation requires authentication.
- Timeout errors: Adjust the timeout setting in Additional Fields if requests take too long.
- Invalid base URL: Verify the Override Base URL if used, to ensure it is a valid URL.
Links
- AI Marketplace Categories API Documentation - Official documentation for the categories endpoint of the AI Marketplace API.