PipedreamHQ / PipedreamHQ/pipedream
[Components] voicemaker
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# voicemaker
## URLs
- https://developer.voicemaker.in/apidocs
## Webhook Sources
### new-voice-instant
#### Description
Emit new event when a new voice or text-to-speech conversion is completed. Requires configuration of voice generation settings and webhook endpoint.
### new-project-instant
#### Description
Emit new event when a new project or voice script is created in the user's Voicemaker account. Requires webhook configuration.
### new-audio-file-instant
#### Description
Emit new event when a new audio file is saved or exported. Useful for triggering post-processing or distribution workflows.
## Actions
### generate-speech
#### Description
Convert input text into speech using specified voice, language, and style. Requires text, voice ID, and language code.
### create-project
#### Description
Create a new project or script workspace. Requires project name and optional description.
### download-audio
#### Description
Download a previously generated audio file by specifying the audio file ID. Useful for sending voice content to storage or other services.
Contributor guide
Assessment
This issue has not been assessed yet.