Taddy API icon

Taddy API

Interact with Taddy Podcast API - Search 4M+ podcasts and 180M+ episodes

Actions8

Overview

This node interacts with the Taddy Podcast API to retrieve podcast-related data. Specifically, for the "Transcript" resource and the "Get" operation, it fetches the transcript of a podcast episode identified by its UUID. This is useful for users who want to obtain the textual content of a specific podcast episode for purposes such as content analysis, search indexing, or accessibility enhancements.

Practical examples include:

  • Automatically retrieving transcripts to generate show notes.
  • Feeding episode transcripts into text analytics or sentiment analysis workflows.
  • Providing searchable text versions of audio content in podcast apps.

Properties

Name Meaning
Episode UUID The unique identifier (UUID) of the podcast episode for which to get the transcript.
Use On-Demand Credits Whether to use on-demand transcription credits if the transcript is not already available.

Output

The node outputs JSON data representing the transcript of the specified episode. The structure typically includes the full transcript text and possibly metadata related to the transcription. If multiple items are processed, each output item corresponds to one input item.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential to authenticate with the Taddy Podcast API.
  • The node makes HTTP requests to https://api.taddy.org.
  • Proper configuration of the API key credential within n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Episode UUID will cause errors; ensure the UUID is correct and provided.
    • Insufficient transcription credits may prevent retrieval unless "Use On-Demand Credits" is enabled.
    • Network or authentication failures can occur if the API key is invalid or connectivity is lost.
  • Error messages:

    • "Unknown operation" error indicates a misconfiguration of resource or operation parameters.
    • Errors related to authorization usually mean the API key is missing or incorrect.
    • Transcription not found errors may indicate the episode does not have a transcript available.

To resolve these, verify input parameters, ensure valid API credentials, and check account transcription credit status.

Links and References

Discussion