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 administrative tasks, specifically initializing default categories. It is useful for administrators who need to set up or reset the default categories in the AI Marketplace environment. For example, an admin can use this node to initialize categories in a development or production environment, optionally overriding the base URL and configuring request timeout and response format.
Use Case Examples
- An admin initializes default categories in the production environment to prepare the marketplace for new listings.
- A developer uses the node in the development environment with a custom base URL to test category initialization.
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. |
| Additional Fields | Additional optional settings including request timeout in seconds and response format (JSON or raw). |
Output
JSON
json- The response data from the API call, either parsed JSON or raw data depending on the response format setting.
Dependencies
- Requires an API key credential for authentication when performing the operation.
Troubleshooting
- Authentication errors may occur if the API credentials are not configured or invalid. Ensure the AI Marketplace API credentials are set up correctly.
- Timeout errors can happen if the request takes longer than the specified timeout. Adjust the timeout setting in Additional Fields if needed.
- Invalid base URL errors may occur if the Override Base URL is incorrectly set. Verify the URL format and correctness.
Links
- AI Marketplace Admin API - Initialize Categories - Official documentation for the Initialize Categories admin operation in AI Marketplace API.