AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API to create a new lot. It allows users to specify details such as the lot's title, description, category, budget, currency, and expected timeline. The node is useful for users who want to programmatically add new lots to the AI Marketplace, for example, to automate listing projects or tasks for bidding or offers.

Use Case Examples

  1. Creating a new lot with a specific title, description, category, and budget to list a project on the AI Marketplace.
  2. Automating the creation of lots in different environments (development or production) with optional base URL overrides.

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.
Title The title of the lot, with a maximum length of 200 characters.
Description The description of the lot, with a maximum length of 5000 characters.
Category The category of the lot.
Budget The budget allocated for the lot.
Currency The currency code for the budget, defaulting to USD.
Timeline The expected timeline for the lot.
Additional Fields Optional additional settings such as request timeout and response format.

Output

JSON

  • json - General JSON response from the API for the create lot operation, containing details of the created lot.

Dependencies

  • Requires an API key credential for authenticated operations.

Troubleshooting

  • Ensure that the required fields (title, description, category, budget) are provided and meet the validation criteria (e.g., title max 200 characters, description max 5000 characters).
  • Authentication is required for creating lots; make sure the AI Marketplace API credentials are configured correctly.
  • If overriding the base URL, ensure the URL is valid and accessible.
  • Timeout settings can be adjusted in additional fields if requests are timing out.

Discussion