AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node operation creates an offer on a specified lot within the AI Marketplace platform. It allows users to submit an offer amount, currency, optional message to the seller, and a proposed timeline for the offer. This operation is useful for buyers who want to make a formal offer on a lot listed in the marketplace, facilitating negotiation and transaction initiation.

Use Case Examples

  1. A buyer wants to make an offer on a lot with ID '12345' by specifying an amount of 1000 USD, adding a message to the seller, and proposing a timeline for delivery.
  2. A user automates the process of submitting offers on multiple lots by integrating this node into their workflow, specifying different amounts and messages for each lot.

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.
Lot ID The ID of the lot to make an offer on.
Amount The offer amount to propose.
Currency The currency code for the offer amount.
Message Optional message to the seller, up to 1000 characters.
Timeline Proposed timeline for the offer.
Additional Fields Additional optional fields such as request timeout and response format.

Output

JSON

  • json
    • lotId - The ID of the lot the offer was made on.
    • amount - The amount offered.
    • currency - The currency code of the offer.
    • message - Optional message sent to the seller.
    • timeline - Proposed timeline for the offer.
    • status - Status of the created offer.
    • offerId - Unique identifier of the created offer.

Dependencies

  • AI Marketplace API
  • API authentication token (credentials)

Troubleshooting

  • Ensure the Lot ID is valid and does not contain invalid characters or exceed length limits to avoid validation errors.
  • Verify that the Amount is a valid number within allowed range (0 to 999999999).
  • Authentication is required for this operation; ensure API credentials are configured correctly to avoid authentication errors.
  • Timeout settings can be adjusted in Additional Fields to prevent request timeouts in slow network conditions.
  • If the response format is set to Raw, the output may not be parsed JSON, so handle accordingly in downstream nodes.

Links

Discussion