AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node integrates with the AdBlast API to retrieve detailed information about a specific character within a project by its unique ID. It is useful in scenarios where you need to fetch character metadata or attributes dynamically during workflow execution, such as for content generation, personalization, or analytics.

For example, you might use this node to:

  • Retrieve a character's profile data before generating dialogue or story content.
  • Fetch character details to display in a dashboard or report.
  • Use character attributes as input parameters for subsequent nodes in an automation pipeline.

Properties

Name Meaning
Authentication Method Choose how to authenticate: either using saved API credentials or by entering an API key dynamically.
AdBlast Base URL The base URL of the AdBlast API (required only if using dynamic API key authentication).
API Key The API key for authenticating requests (required only if using dynamic API key authentication).
Project Id The unique identifier of the project containing the character.
Character Id The unique identifier of the character to retrieve.

Output

The node outputs JSON data representing the requested character's details as returned by the AdBlast API. This typically includes all available metadata and attributes associated with that character within the specified project.

If the API supports binary data related to characters (e.g., images or media), it would be included in the binary output field; however, based on the provided code and properties, this node primarily returns JSON data.

Dependencies

  • Requires access to the AdBlast API endpoint.
  • Needs an API key credential for authentication, which can be provided either via saved credentials or dynamically at runtime.
  • The base URL for the API must be correctly set, especially when using dynamic authentication.

Troubleshooting

  • Authentication errors: Ensure the API key is valid and has sufficient permissions. If using dynamic API keys, verify the expression resolving the key is correct.
  • Invalid Project or Character ID: Confirm that the provided IDs exist and are correctly spelled.
  • Network issues: Verify connectivity to the specified AdBlast Base URL.
  • API response errors: Check the API documentation for error codes and messages returned by the AdBlast service.

Links and References

Discussion