Actions56
- Health Actions
- Project Actions
- Score Actions
- Characters Actions
- Environments Actions
- Scenes Actions
- Visuals Actions
- Visual Voiceover Actions
- Visual Image Actions
- Visual Video Actions
- Visual Sound Actions
- Video Actions
Overview
This node integrates with the AdBlast API to manage video configurations within a specified project. Specifically, the "Clear Video Configuration" operation allows users to reset or clear the configuration settings of videos associated with a given project ID. This can be useful in scenarios where you want to remove existing video setup data before applying new configurations or when cleaning up project resources.
Practical examples include:
- Resetting video settings before uploading new content.
- Clearing outdated or incorrect video configurations as part of an automated workflow.
- Preparing a project for fresh video processing by removing previous configurations.
Properties
| Name | Meaning |
|---|---|
| Authentication Method | Choose how to authenticate with the AdBlast API: either using saved credentials ("Predefined Credentials") or by entering an API key dynamically ("Dynamic API Key"). |
| AdBlast Base URL | The base URL of the AdBlast API endpoint. Required only if using dynamic API key authentication. Default is https://dev.adblast.ai. |
| API Key | The API key used for authenticating requests to the AdBlast API. Required only if using dynamic API key authentication. Supports expressions for dynamic input. |
| Project Id | The unique identifier of the project whose video configuration will be cleared. |
Output
The node outputs JSON data representing the response from the AdBlast API after clearing the video configuration. This typically includes confirmation of the action's success or details about the cleared configuration. The exact structure depends on the API response but generally confirms that the video configuration for the specified project has been reset.
No binary data output is indicated for this operation.
Dependencies
- Requires access to the AdBlast API.
- Needs either predefined API credentials stored securely in n8n or a dynamically provided API key.
- If using dynamic authentication, the user must provide the correct base URL and API key.
- Network connectivity to the specified AdBlast API endpoint.
Troubleshooting
- Authentication errors: Ensure that the API key is valid and has sufficient permissions. If using predefined credentials, verify they are correctly configured in n8n.
- Invalid Project Id: Confirm that the project ID exists and is correctly entered; otherwise, the API may return errors indicating the project was not found.
- Network issues: Check connectivity to the AdBlast API base URL, especially if using a custom or non-default URL.
- API rate limits or server errors: These might cause failures; review API usage policies and retry after some time if necessary.
Common error messages might include unauthorized access, resource not found, or bad request due to missing parameters. Resolving these usually involves verifying credentials, project ID, and request formatting.
Links and References
- AdBlast API Documentation (Assumed base URL for API reference)
- n8n documentation on HTTP Request Node for understanding API integrations and authentication methods.