AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API, specifically supporting user authentication operations such as signing up new user accounts. It allows users to register by providing their email, password, and optionally a display name. The node supports connecting to different environments (development or production) and allows overriding the base URL for API requests. It is useful for automating user registration workflows in AI Marketplace integrations.

Use Case Examples

  1. Automate user signup for AI Marketplace by providing email, password, and display name.
  2. Register multiple users programmatically in a development or production environment.
  3. Customize API endpoint by overriding the base URL for testing or proxy purposes.

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.
Email User email address used for signup.
Password User password used for signup.
Display Name Display name for the new user account.
Additional Fields Optional additional settings such as request timeout and response format.

Output

JSON

  • json - General JSON response from the signup API call, containing user registration details or error information.

Dependencies

  • Requires an API key credential for authenticated operations, but signup itself does not require prior authentication.

Troubleshooting

  • Ensure the email is valid and properly formatted; invalid emails will cause errors.
  • Password must be provided; missing or empty passwords will cause the request to fail.
  • If overriding the base URL, ensure the URL is correct and accessible.
  • Timeout settings should be reasonable to avoid premature request termination.
  • Check API credentials configuration if subsequent authenticated operations fail.

Discussion