中文
R
niQin shared an aphorism: 这是极为特殊的历史转折期,物质文明发展到这一步注定了精神(信仰)的缺失,灵魂空虚、物欲横流,人们的精神堕入虚无主义,只能沉浸在金钱物质欲望和肉体感官刺激中,有各种不安和痛苦。多少年轻人也失去了纯真的理想和纯美的爱情。这绝不仅是我们这个星球上的生命的悲剧,而是任何一种生命在文明发展进程中注定的悲哀。生命的意义到底是什么?我们到底该怎样活着? -- 《重大人生启示录 - 前言》
All Managed Recommended Person Team Company
-
Create new Project My Projects
For data outside this website, summary aggregation only; without any storage, and the access address is the link of the source website. If there is anything improper, please contact ask@rusthub.org.

App Update an Existing Zapier App freelancer Recommended

Data aggregation at 2024-04-20 19:44:04+08:00

Investment: 600 dollars (USD) - Negotiated Hits: 116

Project keys/tags: nodejs api json zapier elevenlabs

I have a custom Zapier app using my API (JSON RPC, NodeJS). I want to add a new Action to it that uses Elevenlabs' Text-to-Speech API (Post). When calling Elevenlabs's API, currently the result is a binary file. The goal is to be able to use the file/s in my Zapier app, since the generated audio will be part of another content. However, in order to achieve this, we would need to find the best approach. For instance: Option 1: Change the way my app in Zapier currently works so that it accepts "File" AND "URL" for audio content. The current approach is URL, however, Elevenlabs' doesn't provide a URL for the generated audio, but a File. If we add the "File" option to my app in Zapier, we need to send the file to a specific media upload e...