PipedreamHQ / PipedreamHQ/pipedream
[Components] murf
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# murf
## URLs
- https://murf.ai/api/docs/introduction/overview
## Webhook Sources
### new-voiceover-instant
#### Description
Emit new event when a new voiceover project is created in the Murf workspace. Users can optionally filter by project name or voice type.
### new-render-complete-instant
#### Description
Emit new event when a voiceover project rendering is completed. Useful for triggering downstream actions like sharing or downloading the final audio file. Requires a Murf project ID.
### new-collaborator-instant
#### Description
Emit new event when a new collaborator is added to a Murf project. Users must specify the project ID to monitor.
## Actions
### create-voiceover
#### Description
Create a new voiceover project with specified script text, selected voice, and audio settings. Requires script content and voice ID as input.
### render-voiceover
#### Description
Initiate rendering of an existing voiceover project. Requires the project ID. Optionally allows specifying output format and quality.
### download-rendered-audio
#### Description
Download the final audio file from a completed voiceover render. Requires the render ID or project ID where rendering has been completed.
Contributor guide
Assessment
This issue has not been assessed yet.