AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node integrates with the AdBlast API to create a new project for AI filmmaking or video production. It allows users to specify key project details such as the title, visual style, and video length. This node is useful in automated workflows where video projects need to be programmatically created based on dynamic inputs or predefined templates.

Practical examples include:

  • Automatically generating video projects from user-submitted data in a form.
  • Creating multiple video projects with different styles and lengths for marketing campaigns.
  • Integrating with other systems to trigger video creation when certain events occur.

Properties

Name Meaning
Authentication Method Choose between using saved API credentials or entering an API key dynamically via expressions.
AdBlast Base URL The base URL of the AdBlast API (required if using dynamic API key authentication).
API Key The API key for authenticating requests (required if using dynamic API key authentication).
Title The title of the new project being created.
Visual Style The visual style of the video project. Options: Realistic 35 Mm Film, Oil Painting, Stop Frame Animation, Cine Plastic, 90s Comic Book Art, Origami Style, Storybook Style.
Length Seconds The length of the video in seconds (valid range: 1 to 600).

Output

The node outputs JSON data representing the newly created project as returned by the AdBlast API. This typically includes project identifiers, status, and metadata about the created video project.

If the API supports binary data output (e.g., video files), it would be handled separately, but this node primarily focuses on creating the project and returning its JSON representation.

Dependencies

  • Requires access to the AdBlast API endpoint.
  • Needs either saved API credentials or a dynamically provided API key.
  • The base URL for the API can be customized if not using predefined credentials.
  • Proper network connectivity and valid API keys are necessary for successful operation.

Troubleshooting

  • Authentication errors: Ensure that the API key is correct and has sufficient permissions. If using dynamic API key input, verify the expression syntax.
  • Invalid property values: For example, the video length must be between 1 and 600 seconds; providing values outside this range may cause errors.
  • API endpoint issues: Confirm that the base URL is reachable and correct, especially when using dynamic URLs.
  • Missing required fields: The title and other required properties must be provided; missing these will result in request failures.

Links and References

Discussion