@apteva/integrations 0.3.62 → 0.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
package/src/apps/elevenlabs.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "elevenlabs",
|
|
3
3
|
"name": "ElevenLabs",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "ElevenLabs audio AI: text-to-speech, sound effects, music generation, voice discovery, and model discovery via the official REST API.",
|
|
5
5
|
"logo": "https://www.google.com/s2/favicons?domain=elevenlabs.io&sz=128",
|
|
6
6
|
"categories": [
|
|
7
7
|
"ai",
|
|
8
8
|
"voice",
|
|
9
9
|
"text-to-speech",
|
|
10
10
|
"audio",
|
|
11
|
-
"
|
|
11
|
+
"sound-effects",
|
|
12
12
|
"music",
|
|
13
13
|
"speech-synthesis"
|
|
14
14
|
],
|
|
@@ -18,83 +18,146 @@
|
|
|
18
18
|
"api_key"
|
|
19
19
|
],
|
|
20
20
|
"headers": {
|
|
21
|
-
"xi-api-key": "{{api_key}}"
|
|
21
|
+
"xi-api-key": "{{api_key}}",
|
|
22
|
+
"Content-Type": "application/json"
|
|
22
23
|
},
|
|
23
24
|
"credential_fields": [
|
|
24
25
|
{
|
|
25
26
|
"name": "api_key",
|
|
26
|
-
"label": "
|
|
27
|
-
"description": "
|
|
27
|
+
"label": "ElevenLabs API Key",
|
|
28
|
+
"description": "Create an API key in the ElevenLabs dashboard."
|
|
28
29
|
}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
31
32
|
"tools": [
|
|
32
33
|
{
|
|
33
|
-
"name": "
|
|
34
|
-
"description": "Convert text
|
|
35
|
-
"method": "
|
|
36
|
-
"path": "/
|
|
34
|
+
"name": "text_to_speech",
|
|
35
|
+
"description": "Convert text into speech using an ElevenLabs voice. Returns binary audio wrapped as {_binary, base64, mimeType}. Use list_voices to choose voice_id and list_models to choose TTS-capable model_id.",
|
|
36
|
+
"method": "POST",
|
|
37
|
+
"path": "/text-to-speech/{voice_id}",
|
|
38
|
+
"timeout_ms": 180000,
|
|
39
|
+
"query_params": [
|
|
40
|
+
"output_format",
|
|
41
|
+
"optimize_streaming_latency",
|
|
42
|
+
"enable_logging"
|
|
43
|
+
],
|
|
37
44
|
"input_schema": {
|
|
38
45
|
"type": "object",
|
|
39
46
|
"properties": {
|
|
40
|
-
"
|
|
47
|
+
"voice_id": {
|
|
41
48
|
"type": "string",
|
|
42
|
-
"description": "
|
|
49
|
+
"description": "Voice ID to use. Get values from list_voices."
|
|
43
50
|
},
|
|
44
51
|
"text": {
|
|
45
52
|
"type": "string",
|
|
46
|
-
"description": "Text to convert to speech
|
|
47
|
-
},
|
|
48
|
-
"voice_id": {
|
|
49
|
-
"type": "string",
|
|
50
|
-
"description": "Voice ID to use (required)"
|
|
53
|
+
"description": "Text to convert to speech."
|
|
51
54
|
},
|
|
52
55
|
"model_id": {
|
|
53
56
|
"type": "string",
|
|
54
57
|
"default": "eleven_multilingual_v2",
|
|
55
|
-
"description": "
|
|
58
|
+
"description": "TTS model ID. Common choices: eleven_v3, eleven_multilingual_v2, eleven_flash_v2_5, eleven_turbo_v2_5."
|
|
56
59
|
},
|
|
57
|
-
"
|
|
58
|
-
"type": "
|
|
59
|
-
"
|
|
60
|
-
"maximum": 1,
|
|
61
|
-
"default": 0.5,
|
|
62
|
-
"description": "Voice stability (0.0-1.0)"
|
|
60
|
+
"language_code": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"description": "Optional ISO language code for multilingual models, e.g. en, es, fr, de, ja."
|
|
63
63
|
},
|
|
64
|
-
"
|
|
65
|
-
"type": "
|
|
66
|
-
"
|
|
67
|
-
"maximum": 1,
|
|
68
|
-
"default": 0.5,
|
|
69
|
-
"description": "Similarity boost (0.0-1.0)"
|
|
64
|
+
"voice_settings": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"description": "Optional voice settings override. Common fields: stability, similarity_boost, style, use_speaker_boost, speed."
|
|
70
67
|
},
|
|
71
|
-
"
|
|
72
|
-
"type": "
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"description": "
|
|
68
|
+
"pronunciation_dictionary_locators": {
|
|
69
|
+
"type": "array",
|
|
70
|
+
"items": {
|
|
71
|
+
"type": "object"
|
|
72
|
+
},
|
|
73
|
+
"description": "Optional pronunciation dictionaries to apply."
|
|
77
74
|
},
|
|
78
|
-
"
|
|
75
|
+
"seed": {
|
|
76
|
+
"type": "integer",
|
|
77
|
+
"description": "Optional deterministic seed."
|
|
78
|
+
},
|
|
79
|
+
"previous_text": {
|
|
80
|
+
"type": "string",
|
|
81
|
+
"description": "Previous text for continuity across chunks."
|
|
82
|
+
},
|
|
83
|
+
"next_text": {
|
|
79
84
|
"type": "string",
|
|
80
|
-
"description": "
|
|
85
|
+
"description": "Next text for continuity across chunks."
|
|
86
|
+
},
|
|
87
|
+
"apply_text_normalization": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"enum": [
|
|
90
|
+
"auto",
|
|
91
|
+
"on",
|
|
92
|
+
"off"
|
|
93
|
+
],
|
|
94
|
+
"default": "auto",
|
|
95
|
+
"description": "Text normalization mode."
|
|
81
96
|
},
|
|
82
97
|
"output_format": {
|
|
83
98
|
"type": "string",
|
|
84
99
|
"default": "mp3_44100_128",
|
|
85
|
-
"description": "
|
|
100
|
+
"description": "Query parameter output format, e.g. mp3_44100_128, mp3_22050_32, pcm_16000, pcm_44100, ulaw_8000."
|
|
101
|
+
},
|
|
102
|
+
"optimize_streaming_latency": {
|
|
103
|
+
"type": "integer",
|
|
104
|
+
"description": "Optional latency optimization level for streaming-compatible use cases."
|
|
105
|
+
},
|
|
106
|
+
"enable_logging": {
|
|
107
|
+
"type": "boolean",
|
|
108
|
+
"description": "Optional logging control. Set false only when your ElevenLabs account supports zero-retention mode."
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"required": [
|
|
112
|
+
"voice_id",
|
|
113
|
+
"text"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "text_to_speech_stream",
|
|
119
|
+
"description": "Streaming variant of text_to_speech. The generic executor buffers the streamed audio and returns it as a binary envelope.",
|
|
120
|
+
"method": "POST",
|
|
121
|
+
"path": "/text-to-speech/{voice_id}/stream",
|
|
122
|
+
"timeout_ms": 180000,
|
|
123
|
+
"query_params": [
|
|
124
|
+
"output_format",
|
|
125
|
+
"optimize_streaming_latency",
|
|
126
|
+
"enable_logging"
|
|
127
|
+
],
|
|
128
|
+
"input_schema": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"properties": {
|
|
131
|
+
"voice_id": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"description": "Voice ID to use. Get values from list_voices."
|
|
134
|
+
},
|
|
135
|
+
"text": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"description": "Text to convert to speech."
|
|
138
|
+
},
|
|
139
|
+
"model_id": {
|
|
140
|
+
"type": "string",
|
|
141
|
+
"default": "eleven_flash_v2_5",
|
|
142
|
+
"description": "TTS model ID. Low-latency choices include eleven_flash_v2_5 and eleven_turbo_v2_5."
|
|
143
|
+
},
|
|
144
|
+
"language_code": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"description": "Optional ISO language code."
|
|
147
|
+
},
|
|
148
|
+
"voice_settings": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"description": "Optional voice settings override."
|
|
86
151
|
},
|
|
87
152
|
"seed": {
|
|
88
153
|
"type": "integer",
|
|
89
|
-
"description": "
|
|
154
|
+
"description": "Optional deterministic seed."
|
|
90
155
|
},
|
|
91
156
|
"previous_text": {
|
|
92
|
-
"type": "string"
|
|
93
|
-
"description": "Text that comes before the current text for context"
|
|
157
|
+
"type": "string"
|
|
94
158
|
},
|
|
95
159
|
"next_text": {
|
|
96
|
-
"type": "string"
|
|
97
|
-
"description": "Text that comes after the current text for context"
|
|
160
|
+
"type": "string"
|
|
98
161
|
},
|
|
99
162
|
"apply_text_normalization": {
|
|
100
163
|
"type": "string",
|
|
@@ -103,43 +166,184 @@
|
|
|
103
166
|
"on",
|
|
104
167
|
"off"
|
|
105
168
|
],
|
|
106
|
-
"default": "auto"
|
|
107
|
-
|
|
169
|
+
"default": "auto"
|
|
170
|
+
},
|
|
171
|
+
"output_format": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"default": "mp3_44100_128"
|
|
174
|
+
},
|
|
175
|
+
"optimize_streaming_latency": {
|
|
176
|
+
"type": "integer"
|
|
177
|
+
},
|
|
178
|
+
"enable_logging": {
|
|
179
|
+
"type": "boolean"
|
|
108
180
|
}
|
|
109
181
|
},
|
|
110
182
|
"required": [
|
|
111
|
-
"
|
|
112
|
-
"text"
|
|
113
|
-
"voice_id"
|
|
183
|
+
"voice_id",
|
|
184
|
+
"text"
|
|
114
185
|
]
|
|
115
186
|
}
|
|
116
187
|
},
|
|
117
188
|
{
|
|
118
|
-
"name": "
|
|
119
|
-
"description": "
|
|
120
|
-
"method": "
|
|
121
|
-
"path": "/
|
|
189
|
+
"name": "generate_sfx",
|
|
190
|
+
"description": "Generate a sound effect from text with ElevenLabs Sound Effects. Returns binary audio wrapped as {_binary, base64, mimeType}.",
|
|
191
|
+
"method": "POST",
|
|
192
|
+
"path": "/sound-generation",
|
|
193
|
+
"timeout_ms": 180000,
|
|
194
|
+
"query_params": [
|
|
195
|
+
"output_format"
|
|
196
|
+
],
|
|
197
|
+
"input_schema": {
|
|
198
|
+
"type": "object",
|
|
199
|
+
"properties": {
|
|
200
|
+
"text": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"description": "Sound effect prompt."
|
|
203
|
+
},
|
|
204
|
+
"duration_seconds": {
|
|
205
|
+
"type": "number",
|
|
206
|
+
"minimum": 0.5,
|
|
207
|
+
"maximum": 30,
|
|
208
|
+
"description": "Optional generated sound duration in seconds."
|
|
209
|
+
},
|
|
210
|
+
"prompt_influence": {
|
|
211
|
+
"type": "number",
|
|
212
|
+
"minimum": 0,
|
|
213
|
+
"maximum": 1,
|
|
214
|
+
"default": 0.3,
|
|
215
|
+
"description": "How closely the generation should follow the prompt."
|
|
216
|
+
},
|
|
217
|
+
"loop": {
|
|
218
|
+
"type": "boolean",
|
|
219
|
+
"default": false,
|
|
220
|
+
"description": "Create a smoothly looping sound effect when supported by the model."
|
|
221
|
+
},
|
|
222
|
+
"model_id": {
|
|
223
|
+
"type": "string",
|
|
224
|
+
"default": "eleven_text_to_sound_v2",
|
|
225
|
+
"description": "Sound effect model ID."
|
|
226
|
+
},
|
|
227
|
+
"output_format": {
|
|
228
|
+
"type": "string",
|
|
229
|
+
"default": "mp3_44100_128",
|
|
230
|
+
"description": "Query parameter output format."
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"required": [
|
|
234
|
+
"text"
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "generate_music",
|
|
240
|
+
"description": "Compose music from a prompt or composition plan using ElevenLabs Music. Returns binary audio wrapped as {_binary, base64, mimeType}. Use create_composition_plan for structured control.",
|
|
241
|
+
"method": "POST",
|
|
242
|
+
"path": "/music",
|
|
243
|
+
"timeout_ms": 600000,
|
|
244
|
+
"query_params": [
|
|
245
|
+
"output_format"
|
|
246
|
+
],
|
|
247
|
+
"input_schema": {
|
|
248
|
+
"type": "object",
|
|
249
|
+
"properties": {
|
|
250
|
+
"prompt": {
|
|
251
|
+
"type": "string",
|
|
252
|
+
"description": "Music prompt. Mutually exclusive with composition_plan."
|
|
253
|
+
},
|
|
254
|
+
"composition_plan": {
|
|
255
|
+
"type": "object",
|
|
256
|
+
"description": "Detailed composition plan. Mutually exclusive with prompt."
|
|
257
|
+
},
|
|
258
|
+
"music_length_ms": {
|
|
259
|
+
"type": "integer",
|
|
260
|
+
"minimum": 3000,
|
|
261
|
+
"maximum": 600000,
|
|
262
|
+
"description": "Desired song length in milliseconds when using a prompt."
|
|
263
|
+
},
|
|
264
|
+
"model_id": {
|
|
265
|
+
"type": "string",
|
|
266
|
+
"default": "music_v1",
|
|
267
|
+
"description": "Music model ID."
|
|
268
|
+
},
|
|
269
|
+
"output_format": {
|
|
270
|
+
"type": "string",
|
|
271
|
+
"default": "mp3_44100_128",
|
|
272
|
+
"description": "Query parameter output format."
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "create_composition_plan",
|
|
279
|
+
"description": "Create an ElevenLabs music composition plan from a text prompt. The returned JSON can be edited and passed to generate_music as composition_plan.",
|
|
280
|
+
"method": "POST",
|
|
281
|
+
"path": "/music/plan",
|
|
282
|
+
"timeout_ms": 180000,
|
|
122
283
|
"input_schema": {
|
|
123
284
|
"type": "object",
|
|
124
285
|
"properties": {
|
|
125
|
-
"
|
|
286
|
+
"prompt": {
|
|
126
287
|
"type": "string",
|
|
127
|
-
"description": "
|
|
288
|
+
"description": "Prompt to turn into a structured composition plan."
|
|
289
|
+
},
|
|
290
|
+
"music_length_ms": {
|
|
291
|
+
"type": "integer",
|
|
292
|
+
"minimum": 3000,
|
|
293
|
+
"maximum": 600000,
|
|
294
|
+
"description": "Target plan length in milliseconds."
|
|
128
295
|
},
|
|
296
|
+
"source_composition_plan": {
|
|
297
|
+
"type": "object",
|
|
298
|
+
"description": "Optional existing composition plan to use as a source."
|
|
299
|
+
},
|
|
300
|
+
"model_id": {
|
|
301
|
+
"type": "string",
|
|
302
|
+
"default": "music_v1",
|
|
303
|
+
"description": "Music model ID."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"required": [
|
|
307
|
+
"prompt"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "list_voices",
|
|
313
|
+
"description": "List available ElevenLabs voices with pagination, search, and filtering. Uses the current v2 voices endpoint.",
|
|
314
|
+
"method": "GET",
|
|
315
|
+
"path": "https://api.elevenlabs.io/v2/voices",
|
|
316
|
+
"timeout_ms": 60000,
|
|
317
|
+
"query_params": [
|
|
318
|
+
"next_page_token",
|
|
319
|
+
"page_size",
|
|
320
|
+
"search",
|
|
321
|
+
"sort",
|
|
322
|
+
"sort_direction",
|
|
323
|
+
"voice_type",
|
|
324
|
+
"category",
|
|
325
|
+
"fine_tuning_state",
|
|
326
|
+
"collection_id",
|
|
327
|
+
"include_total_count",
|
|
328
|
+
"voice_ids"
|
|
329
|
+
],
|
|
330
|
+
"input_schema": {
|
|
331
|
+
"type": "object",
|
|
332
|
+
"properties": {
|
|
129
333
|
"next_page_token": {
|
|
130
334
|
"type": "string",
|
|
131
|
-
"description": "Token for pagination from previous response"
|
|
335
|
+
"description": "Token for pagination from the previous response."
|
|
132
336
|
},
|
|
133
337
|
"page_size": {
|
|
134
338
|
"type": "integer",
|
|
135
339
|
"minimum": 1,
|
|
136
340
|
"maximum": 100,
|
|
137
341
|
"default": 10,
|
|
138
|
-
"description": "
|
|
342
|
+
"description": "Maximum number of voices to return."
|
|
139
343
|
},
|
|
140
344
|
"search": {
|
|
141
345
|
"type": "string",
|
|
142
|
-
"description": "Search by name, description, labels,
|
|
346
|
+
"description": "Search by name, description, labels, or category."
|
|
143
347
|
},
|
|
144
348
|
"sort": {
|
|
145
349
|
"type": "string",
|
|
@@ -147,7 +351,7 @@
|
|
|
147
351
|
"created_at_unix",
|
|
148
352
|
"name"
|
|
149
353
|
],
|
|
150
|
-
"description": "Sort field"
|
|
354
|
+
"description": "Sort field."
|
|
151
355
|
},
|
|
152
356
|
"sort_direction": {
|
|
153
357
|
"type": "string",
|
|
@@ -155,7 +359,7 @@
|
|
|
155
359
|
"asc",
|
|
156
360
|
"desc"
|
|
157
361
|
],
|
|
158
|
-
"description": "Sort order"
|
|
362
|
+
"description": "Sort order."
|
|
159
363
|
},
|
|
160
364
|
"voice_type": {
|
|
161
365
|
"type": "string",
|
|
@@ -164,10 +368,9 @@
|
|
|
164
368
|
"community",
|
|
165
369
|
"default",
|
|
166
370
|
"workspace",
|
|
167
|
-
"non-default"
|
|
168
|
-
"saved"
|
|
371
|
+
"non-default"
|
|
169
372
|
],
|
|
170
|
-
"description": "
|
|
373
|
+
"description": "Voice type filter."
|
|
171
374
|
},
|
|
172
375
|
"category": {
|
|
173
376
|
"type": "string",
|
|
@@ -177,20 +380,20 @@
|
|
|
177
380
|
"generated",
|
|
178
381
|
"professional"
|
|
179
382
|
],
|
|
180
|
-
"description": "
|
|
383
|
+
"description": "Voice category filter."
|
|
181
384
|
},
|
|
182
385
|
"fine_tuning_state": {
|
|
183
386
|
"type": "string",
|
|
184
|
-
"description": "
|
|
387
|
+
"description": "Professional voice clone fine-tuning state filter."
|
|
185
388
|
},
|
|
186
389
|
"collection_id": {
|
|
187
390
|
"type": "string",
|
|
188
|
-
"description": "
|
|
391
|
+
"description": "Collection ID filter."
|
|
189
392
|
},
|
|
190
393
|
"include_total_count": {
|
|
191
394
|
"type": "boolean",
|
|
192
|
-
"default":
|
|
193
|
-
"description": "
|
|
395
|
+
"default": true,
|
|
396
|
+
"description": "Whether to include total_count."
|
|
194
397
|
},
|
|
195
398
|
"voice_ids": {
|
|
196
399
|
"type": "array",
|
|
@@ -198,179 +401,120 @@
|
|
|
198
401
|
"type": "string"
|
|
199
402
|
},
|
|
200
403
|
"maxItems": 100,
|
|
201
|
-
"description": "Voice IDs to
|
|
404
|
+
"description": "Voice IDs to look up."
|
|
202
405
|
}
|
|
203
|
-
}
|
|
204
|
-
"required": [
|
|
205
|
-
"apiKey"
|
|
206
|
-
]
|
|
406
|
+
}
|
|
207
407
|
}
|
|
208
408
|
},
|
|
209
409
|
{
|
|
210
|
-
"name": "
|
|
211
|
-
"description": "
|
|
410
|
+
"name": "get_voice",
|
|
411
|
+
"description": "Get metadata, labels, preview URL, settings, and availability for one voice.",
|
|
212
412
|
"method": "GET",
|
|
213
|
-
"path": "/
|
|
413
|
+
"path": "/voices/{voice_id}",
|
|
414
|
+
"timeout_ms": 60000,
|
|
415
|
+
"query_params": [
|
|
416
|
+
"with_settings"
|
|
417
|
+
],
|
|
214
418
|
"input_schema": {
|
|
215
419
|
"type": "object",
|
|
216
420
|
"properties": {
|
|
217
|
-
"
|
|
218
|
-
"type": "string",
|
|
219
|
-
"description": "ElevenLabs API key (required)"
|
|
220
|
-
},
|
|
221
|
-
"name": {
|
|
222
|
-
"type": "string",
|
|
223
|
-
"description": "Name for the cloned voice (required)"
|
|
224
|
-
},
|
|
225
|
-
"description": {
|
|
421
|
+
"voice_id": {
|
|
226
422
|
"type": "string",
|
|
227
|
-
"description": "
|
|
228
|
-
},
|
|
229
|
-
"audio_files": {
|
|
230
|
-
"type": "array",
|
|
231
|
-
"items": {
|
|
232
|
-
"type": "object",
|
|
233
|
-
"properties": {
|
|
234
|
-
"data": {
|
|
235
|
-
"type": "string",
|
|
236
|
-
"description": "Base64 encoded audio data"
|
|
237
|
-
},
|
|
238
|
-
"filename": {
|
|
239
|
-
"type": "string",
|
|
240
|
-
"description": "Filename for the audio file"
|
|
241
|
-
},
|
|
242
|
-
"contentType": {
|
|
243
|
-
"type": "string",
|
|
244
|
-
"description": "Content type (e.g., audio/wav)"
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"description": "Array of audio file data (base64 encoded, 1-25 files)"
|
|
423
|
+
"description": "Voice ID."
|
|
249
424
|
},
|
|
250
|
-
"
|
|
251
|
-
"type": "object",
|
|
252
|
-
"description": "Labels for the voice (accent, age, gender, etc.)"
|
|
253
|
-
},
|
|
254
|
-
"remove_background_noise": {
|
|
425
|
+
"with_settings": {
|
|
255
426
|
"type": "boolean",
|
|
256
|
-
"default":
|
|
257
|
-
"description": "
|
|
427
|
+
"default": true,
|
|
428
|
+
"description": "Deprecated by ElevenLabs but still accepted by the endpoint."
|
|
258
429
|
}
|
|
259
430
|
},
|
|
260
431
|
"required": [
|
|
261
|
-
"
|
|
262
|
-
"name",
|
|
263
|
-
"audio_files"
|
|
432
|
+
"voice_id"
|
|
264
433
|
]
|
|
265
434
|
}
|
|
266
435
|
},
|
|
267
436
|
{
|
|
268
|
-
"name": "
|
|
269
|
-
"description": "
|
|
437
|
+
"name": "get_default_voice_settings",
|
|
438
|
+
"description": "Get ElevenLabs default voice settings.",
|
|
270
439
|
"method": "GET",
|
|
271
|
-
"path": "/
|
|
440
|
+
"path": "/voices/settings/default",
|
|
441
|
+
"timeout_ms": 60000,
|
|
272
442
|
"input_schema": {
|
|
273
443
|
"type": "object",
|
|
274
|
-
"properties": {
|
|
275
|
-
"apiKey": {
|
|
276
|
-
"type": "string",
|
|
277
|
-
"description": "ElevenLabs API key (required)"
|
|
278
|
-
},
|
|
279
|
-
"prompt": {
|
|
280
|
-
"type": "string",
|
|
281
|
-
"description": "Text description of desired music (required if composition_plan not provided)"
|
|
282
|
-
},
|
|
283
|
-
"composition_plan": {
|
|
284
|
-
"type": "object",
|
|
285
|
-
"description": "JSON composition plan object (required if prompt not provided)"
|
|
286
|
-
},
|
|
287
|
-
"music_length_ms": {
|
|
288
|
-
"type": "number",
|
|
289
|
-
"minimum": 3000,
|
|
290
|
-
"maximum": 600000,
|
|
291
|
-
"default": 30000,
|
|
292
|
-
"description": "Music length in milliseconds (3000-600000, 3 seconds to 10 minutes)"
|
|
293
|
-
},
|
|
294
|
-
"output_format": {
|
|
295
|
-
"type": "string",
|
|
296
|
-
"default": "mp3",
|
|
297
|
-
"description": "Audio output format (mp3 or wav)"
|
|
298
|
-
},
|
|
299
|
-
"model_id": {
|
|
300
|
-
"type": "string",
|
|
301
|
-
"description": "Model ID for music generation"
|
|
302
|
-
},
|
|
303
|
-
"force_instrumental": {
|
|
304
|
-
"type": "boolean",
|
|
305
|
-
"description": "Force instrumental-only output (no vocals)"
|
|
306
|
-
},
|
|
307
|
-
"seed": {
|
|
308
|
-
"type": "integer",
|
|
309
|
-
"description": "Seed for deterministic generation"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"required": [
|
|
313
|
-
"apiKey"
|
|
314
|
-
]
|
|
444
|
+
"properties": {}
|
|
315
445
|
}
|
|
316
446
|
},
|
|
317
447
|
{
|
|
318
|
-
"name": "
|
|
319
|
-
"description": "Get
|
|
448
|
+
"name": "get_voice_settings",
|
|
449
|
+
"description": "Get settings for one ElevenLabs voice.",
|
|
320
450
|
"method": "GET",
|
|
321
|
-
"path": "/
|
|
451
|
+
"path": "/voices/{voice_id}/settings",
|
|
452
|
+
"timeout_ms": 60000,
|
|
322
453
|
"input_schema": {
|
|
323
454
|
"type": "object",
|
|
324
455
|
"properties": {
|
|
325
|
-
"
|
|
326
|
-
"type": "string",
|
|
327
|
-
"description": "ElevenLabs API key (required)"
|
|
328
|
-
},
|
|
329
|
-
"generation_id": {
|
|
456
|
+
"voice_id": {
|
|
330
457
|
"type": "string",
|
|
331
|
-
"description": "ID
|
|
332
|
-
},
|
|
333
|
-
"include_audio": {
|
|
334
|
-
"type": "boolean",
|
|
335
|
-
"default": true,
|
|
336
|
-
"description": "Whether to include audio data in response when completed"
|
|
458
|
+
"description": "Voice ID."
|
|
337
459
|
}
|
|
338
460
|
},
|
|
339
461
|
"required": [
|
|
340
|
-
"
|
|
341
|
-
"generation_id"
|
|
462
|
+
"voice_id"
|
|
342
463
|
]
|
|
343
464
|
}
|
|
344
465
|
},
|
|
345
466
|
{
|
|
346
|
-
"name": "
|
|
347
|
-
"description": "
|
|
467
|
+
"name": "edit_voice_settings",
|
|
468
|
+
"description": "Update settings for one ElevenLabs voice.",
|
|
348
469
|
"method": "POST",
|
|
349
|
-
"path": "/
|
|
470
|
+
"path": "/voices/{voice_id}/settings/edit",
|
|
471
|
+
"timeout_ms": 60000,
|
|
350
472
|
"input_schema": {
|
|
351
473
|
"type": "object",
|
|
352
474
|
"properties": {
|
|
353
|
-
"
|
|
475
|
+
"voice_id": {
|
|
354
476
|
"type": "string",
|
|
355
|
-
"description": "
|
|
477
|
+
"description": "Voice ID."
|
|
356
478
|
},
|
|
357
|
-
"
|
|
358
|
-
"type": "
|
|
359
|
-
"
|
|
479
|
+
"stability": {
|
|
480
|
+
"type": "number",
|
|
481
|
+
"minimum": 0,
|
|
482
|
+
"maximum": 1
|
|
360
483
|
},
|
|
361
|
-
"
|
|
484
|
+
"similarity_boost": {
|
|
362
485
|
"type": "number",
|
|
363
|
-
"minimum":
|
|
364
|
-
"maximum":
|
|
365
|
-
|
|
366
|
-
|
|
486
|
+
"minimum": 0,
|
|
487
|
+
"maximum": 1
|
|
488
|
+
},
|
|
489
|
+
"style": {
|
|
490
|
+
"type": "number",
|
|
491
|
+
"minimum": 0,
|
|
492
|
+
"maximum": 1
|
|
493
|
+
},
|
|
494
|
+
"use_speaker_boost": {
|
|
495
|
+
"type": "boolean"
|
|
496
|
+
},
|
|
497
|
+
"speed": {
|
|
498
|
+
"type": "number",
|
|
499
|
+
"minimum": 0.7,
|
|
500
|
+
"maximum": 1.2
|
|
367
501
|
}
|
|
368
502
|
},
|
|
369
503
|
"required": [
|
|
370
|
-
"
|
|
371
|
-
"prompt"
|
|
504
|
+
"voice_id"
|
|
372
505
|
]
|
|
373
506
|
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "list_models",
|
|
510
|
+
"description": "List ElevenLabs models, including flags such as can_do_text_to_speech and model rate metadata.",
|
|
511
|
+
"method": "GET",
|
|
512
|
+
"path": "/models",
|
|
513
|
+
"timeout_ms": 60000,
|
|
514
|
+
"input_schema": {
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {}
|
|
517
|
+
}
|
|
374
518
|
}
|
|
375
519
|
]
|
|
376
|
-
}
|
|
520
|
+
}
|