Overview
This node retrieves a list of subtitle generation transactions from an external subtitle API service. It is useful for workflows that need to fetch and process subtitle data, such as video processing automation or subtitle management. For example, it can be used to get all subtitle transactions or limit the results to a specific number for further processing or reporting.
Use Case Examples
- Fetch all subtitle transactions to analyze subtitle generation history.
- Retrieve a limited number of subtitle transactions for quick review or display.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all subtitle transactions or only up to a given limit |
| Limit | Maximum number of subtitle transactions to return when 'Return All' is false |
Output
JSON
jsonerror- Error message if the request fails and 'Continue On Fail' is enabled
Dependencies
- An API key credential for the external subtitle API service
Troubleshooting
- Common issues include API authentication failures due to invalid or missing API key.
- Network errors or service unavailability can cause request failures.
- If 'Continue On Fail' is disabled, the node will stop execution on the first error; enabling it allows partial success with error details in output.
Links
- Subtitle API Documentation - Official documentation for the subtitle API used by this node