@apteva/integrations 0.3.62 → 0.15.4

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.
Files changed (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +180 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +13 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "slug": "heygen",
3
3
  "name": "HeyGen",
4
- "description": "HeyGen AI video generation platform. Create lifelike avatar videos from text, generate one-shot videos with the Video Agent, translate videos into 175+ languages with lip-sync, manage photo avatars, digital twins, templates, and assets.",
4
+ "description": "HeyGen AI video generation platform using the current v3 API first: Avatar IV/V video generation, image-to-video, Video Agent prompt-to-video, voices/TTS, avatar creation, assets, video translation, lipsync, webhooks, and legacy Studio/template APIs where v3 has no replacement.",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=heygen.com&sz=128",
6
6
  "categories": [
7
7
  "ai",
@@ -12,7 +12,9 @@
12
12
  ],
13
13
  "base_url": "https://api.heygen.com",
14
14
  "auth": {
15
- "types": ["api_key"],
15
+ "types": [
16
+ "api_key"
17
+ ],
16
18
  "headers": {
17
19
  "X-Api-Key": "{{api_key}}"
18
20
  },
@@ -27,7 +29,7 @@
27
29
  "tools": [
28
30
  {
29
31
  "name": "create_video_agent_v3",
30
- "description": "Create a video with HeyGen's newest Video Agent API (v3). Give it a natural-language prompt plus an avatar and voice, and HeyGen builds the full video automatically — no scene composition needed. Returns a video id to poll via get_video_status. This is the newest one-shot video generation endpoint; prefer it over the older v1 video_agent_generate when the caller just wants 'make me a video about X'.",
32
+ "description": "Create a video with HeyGen Video Agent v3. One prompt can produce a finished video; optional avatar, voice, style, brand kit, and files steer the result. Poll returned video_id with get_video.",
31
33
  "method": "POST",
32
34
  "path": "/v3/video-agents",
33
35
  "input_schema": {
@@ -35,18 +37,65 @@
35
37
  "properties": {
36
38
  "prompt": {
37
39
  "type": "string",
38
- "description": "Natural-language description of the video you want. Example: 'Create a 30-second explainer about the benefits of cold brew coffee for a cafe's Instagram feed.'"
40
+ "description": "Natural-language description of the video to create."
41
+ },
42
+ "mode": {
43
+ "type": "string",
44
+ "enum": [
45
+ "generate",
46
+ "chat"
47
+ ],
48
+ "default": "generate",
49
+ "description": "generate is one-shot; chat allows multi-turn revision."
39
50
  },
40
51
  "avatar_id": {
41
52
  "type": "string",
42
- "description": "Avatar id from list_avatars. The Video Agent uses this avatar's voice and appearance throughout."
53
+ "description": "Optional avatar look id from list_avatar_looks."
43
54
  },
44
55
  "voice_id": {
45
56
  "type": "string",
46
- "description": "Voice id from list_voices. Overrides the avatar's default voice when provided."
57
+ "description": "Optional voice id from list_voices."
58
+ },
59
+ "style_id": {
60
+ "type": "string",
61
+ "description": "Optional style id from HeyGen video agent styles."
62
+ },
63
+ "brand_kit_id": {
64
+ "type": "string",
65
+ "description": "Optional brand kit id."
66
+ },
67
+ "orientation": {
68
+ "type": "string",
69
+ "enum": [
70
+ "landscape",
71
+ "portrait"
72
+ ],
73
+ "description": "Optional output orientation."
74
+ },
75
+ "files": {
76
+ "type": "array",
77
+ "description": "Optional asset inputs, max 20. Each entry is {type:\"url\"|\"asset_id\"|\"base64\", ...}.",
78
+ "items": {
79
+ "type": "object"
80
+ }
81
+ },
82
+ "callback_url": {
83
+ "type": "string",
84
+ "description": "Webhook URL for completion/failure."
85
+ },
86
+ "callback_id": {
87
+ "type": "string",
88
+ "description": "Caller-defined callback identifier."
89
+ },
90
+ "incognito_mode": {
91
+ "type": "boolean",
92
+ "default": false,
93
+ "description": "Disable memory injection/extraction for this session."
47
94
  }
48
95
  },
49
- "required": ["prompt"]
96
+ "required": [
97
+ "prompt"
98
+ ]
50
99
  }
51
100
  },
52
101
  {
@@ -68,7 +117,9 @@
68
117
  "files": {
69
118
  "type": "array",
70
119
  "description": "Array of asset references the agent can incorporate. Each entry: {\"asset_id\": \"...\"}",
71
- "items": { "type": "object" }
120
+ "items": {
121
+ "type": "object"
122
+ }
72
123
  },
73
124
  "callback_id": {
74
125
  "type": "string",
@@ -79,87 +130,146 @@
79
130
  "description": "Webhook URL to notify when the video finishes generating."
80
131
  }
81
132
  },
82
- "required": ["prompt"]
133
+ "required": [
134
+ "prompt"
135
+ ]
83
136
  }
84
137
  },
85
138
  {
86
- "name": "generate_video",
87
- "description": "Generate Video (V2) canonical endpoint for producing an avatar video from text or audio. Supports Avatar III/IV, photo avatars, digital twins, and direct image input. Use one of avatar_id / image_url / image_asset_id as the subject, and one of script+voice_id / audio_url / audio_asset_id as the voice source. Asynchronous — poll status via get_video_status.",
139
+ "name": "create_video",
140
+ "description": "Create a HeyGen v3 video from an avatar look or an arbitrary image. Supports Avatar IV/V engines, script+voice or audio lip-sync, backgrounds, captions, mp4/webm output, and async polling via get_video.",
88
141
  "method": "POST",
89
- "path": "/v2/videos",
142
+ "path": "/v3/videos",
90
143
  "input_schema": {
91
144
  "type": "object",
92
145
  "properties": {
146
+ "type": {
147
+ "type": "string",
148
+ "enum": [
149
+ "avatar",
150
+ "image"
151
+ ],
152
+ "description": "Use avatar for a saved avatar look, image for one-off image-to-video."
153
+ },
93
154
  "avatar_id": {
94
155
  "type": "string",
95
- "description": "Avatar id from list_avatars. Mutually exclusive with image_url / image_asset_id."
156
+ "description": "Avatar look id from list_avatar_looks. Required when type=avatar."
157
+ },
158
+ "image": {
159
+ "type": "object",
160
+ "description": "Image input when type=image: {type:\"url\",url} or {type:\"asset_id\",asset_id} or {type:\"base64\",data}."
96
161
  },
97
- "image_url": {
162
+ "title": {
98
163
  "type": "string",
99
- "description": "Public image URL to use as the subject. Mutually exclusive with avatar_id / image_asset_id."
164
+ "description": "Display title in HeyGen."
100
165
  },
101
- "image_asset_id": {
166
+ "resolution": {
102
167
  "type": "string",
103
- "description": "Uploaded image asset id. Mutually exclusive with avatar_id / image_url."
168
+ "enum": [
169
+ "720p",
170
+ "1080p",
171
+ "4k"
172
+ ],
173
+ "default": "1080p"
104
174
  },
105
- "script": {
175
+ "aspect_ratio": {
106
176
  "type": "string",
107
- "description": "Text for the avatar to speak. Requires voice_id. Mutually exclusive with audio_url / audio_asset_id."
177
+ "enum": [
178
+ "16:9",
179
+ "9:16",
180
+ "4:5",
181
+ "5:4",
182
+ "1:1",
183
+ "auto"
184
+ ],
185
+ "default": "16:9"
108
186
  },
109
- "voice_id": {
187
+ "fit": {
110
188
  "type": "string",
111
- "description": "Voice id from list_voices. Required when script is provided."
189
+ "enum": [
190
+ "contain",
191
+ "cover"
192
+ ],
193
+ "description": "Subject fit on canvas."
112
194
  },
113
- "audio_url": {
195
+ "background": {
196
+ "type": "object",
197
+ "description": "Background setting: color/image/video input depending on HeyGen support."
198
+ },
199
+ "remove_background": {
200
+ "type": "boolean",
201
+ "description": "Remove avatar background when supported."
202
+ },
203
+ "output_format": {
114
204
  "type": "string",
115
- "description": "Public audio file URL to drive the avatar's lip-sync. Mutually exclusive with script."
205
+ "enum": [
206
+ "mp4",
207
+ "webm"
208
+ ],
209
+ "default": "mp4"
116
210
  },
117
- "audio_asset_id": {
211
+ "script": {
118
212
  "type": "string",
119
- "description": "Uploaded audio asset id. Mutually exclusive with script."
213
+ "description": "Text script. Mutually exclusive with audio_url/audio_asset_id."
120
214
  },
121
- "title": {
215
+ "voice_id": {
122
216
  "type": "string",
123
- "description": "Video title shown in the HeyGen dashboard."
217
+ "description": "Voice id from list_voices. Required for image/script; optional for avatars with default voice."
124
218
  },
125
- "resolution": {
219
+ "audio_url": {
126
220
  "type": "string",
127
- "enum": ["720p", "1080p"],
128
- "default": "1080p"
221
+ "description": "Public audio URL for lip-sync. Mutually exclusive with script."
129
222
  },
130
- "aspect_ratio": {
223
+ "audio_asset_id": {
131
224
  "type": "string",
132
- "enum": ["16:9", "9:16"],
133
- "default": "16:9"
225
+ "description": "Uploaded audio asset id for lip-sync. Mutually exclusive with script."
226
+ },
227
+ "voice_settings": {
228
+ "type": "object",
229
+ "description": "Voice settings: speed, pitch, volume, locale, engine_settings."
134
230
  },
135
231
  "motion_prompt": {
136
232
  "type": "string",
137
- "description": "Photo avatars only free-text guidance for movement and expression."
233
+ "description": "Avatar IV-only body motion prompt; do not use with engine.type=avatar_v."
138
234
  },
139
235
  "expressiveness": {
140
236
  "type": "string",
141
- "enum": ["low", "medium", "high"],
142
- "description": "Photo avatars only."
143
- },
144
- "remove_background": {
145
- "type": "boolean",
146
- "default": false,
147
- "description": "Output with transparent background (requires webm via create_webm_video for true alpha channel)."
237
+ "enum": [
238
+ "low",
239
+ "medium",
240
+ "high"
241
+ ],
242
+ "description": "Avatar IV-only expressiveness."
243
+ },
244
+ "engine": {
245
+ "type": "object",
246
+ "description": "Engine selector, e.g. {type:\"avatar_v\"} or {type:\"avatar_iv\"}. Omit for HeyGen default."
148
247
  },
149
- "background": {
248
+ "watermark": {
150
249
  "type": "object",
151
- "description": "Background config: {type: 'color'|'image', value: '#hex' (for color), url: 'https://...' or asset_id: '...' (for image)}."
250
+ "description": "Optional watermark config."
152
251
  },
153
- "voice_settings": {
252
+ "caption": {
154
253
  "type": "object",
155
- "description": "Voice tuning: {speed: 0.5-1.5, pitch: -50 to +50, locale: 'en-US'}"
254
+ "description": "Optional caption config."
255
+ },
256
+ "callback_url": {
257
+ "type": "string",
258
+ "description": "Webhook URL for completion/failure."
259
+ },
260
+ "callback_id": {
261
+ "type": "string",
262
+ "description": "Caller-defined callback identifier."
156
263
  }
157
- }
264
+ },
265
+ "required": [
266
+ "type"
267
+ ]
158
268
  }
159
269
  },
160
270
  {
161
271
  "name": "generate_studio_video",
162
- "description": "Generate Studio Video — the earlier v2 multi-scene generator. Accepts an array of video_inputs where each entry is a scene with its own character (avatar + style), voice (script + voice_id or audio), and optional background. Use this when you need a multi-scene video with different avatars or backgrounds across scenes. For single-scene videos, prefer generate_video (POST /v2/videos) which has a simpler shape.",
272
+ "description": "Legacy v2 Studio multi-scene generator. Keep for older Studio/template workflows; for new single-scene avatar/image videos use create_video (POST /v3/videos), and for prompt-to-video use create_video_agent_v3.",
163
273
  "method": "POST",
164
274
  "path": "/v2/video/generate",
165
275
  "input_schema": {
@@ -168,7 +278,9 @@
168
278
  "video_inputs": {
169
279
  "type": "array",
170
280
  "description": "Array of scene inputs. Each entry: { character: {type: 'avatar'|'talking_photo', avatar_id: '...', avatar_style: 'normal'|'closeUp'}, voice: {type: 'text', input_text: '...', voice_id: '...'}, background: {type: 'color'|'image'|'video', value: '#hex' or url: '...'} }",
171
- "items": { "type": "object" }
281
+ "items": {
282
+ "type": "object"
283
+ }
172
284
  },
173
285
  "dimension": {
174
286
  "type": "object",
@@ -190,7 +302,9 @@
190
302
  "description": "Custom callback id for webhook notifications."
191
303
  }
192
304
  },
193
- "required": ["video_inputs"]
305
+ "required": [
306
+ "video_inputs"
307
+ ]
194
308
  }
195
309
  },
196
310
  {
@@ -207,7 +321,10 @@
207
321
  },
208
322
  "avatar_style": {
209
323
  "type": "string",
210
- "enum": ["normal", "closeUp"],
324
+ "enum": [
325
+ "normal",
326
+ "closeUp"
327
+ ],
211
328
  "default": "normal"
212
329
  },
213
330
  "input_text": {
@@ -227,61 +344,85 @@
227
344
  "description": "Custom output dimensions: {width: 512, height: 512}"
228
345
  }
229
346
  },
230
- "required": ["avatar_pose_id"]
347
+ "required": [
348
+ "avatar_pose_id"
349
+ ]
231
350
  }
232
351
  },
233
352
  {
234
- "name": "get_video_status",
235
- "description": "Poll the status of a video generation job. Returns status (processing | completed | failed), video_url when done, and duration. Poll every ~10 seconds until status is completed or failed.",
353
+ "name": "get_video",
354
+ "description": "Get/poll a HeyGen v3 video by id. Returns status, video_url, thumbnail/gif/subtitle URLs, duration, and failure details.",
236
355
  "method": "GET",
237
- "path": "/v1/video_status.get",
356
+ "path": "/v3/videos/{video_id}",
357
+ "path_params": [
358
+ "video_id"
359
+ ],
238
360
  "input_schema": {
239
361
  "type": "object",
240
362
  "properties": {
241
363
  "video_id": {
242
364
  "type": "string",
243
- "description": "The video id returned from generate_video / generate_studio_video / create_video_agent_v3 / etc."
365
+ "description": "Video id returned by create_video or create_video_agent_v3."
244
366
  }
245
367
  },
246
- "required": ["video_id"]
247
- },
248
- "query_params": ["video_id"]
368
+ "required": [
369
+ "video_id"
370
+ ]
371
+ }
249
372
  },
250
373
  {
251
374
  "name": "list_videos",
252
- "description": "List every video generated under the account, with status, URL (when completed), duration, and metadata.",
375
+ "description": "List HeyGen v3 videos with pagination and optional folder/title filtering.",
253
376
  "method": "GET",
254
- "path": "/v1/video.list",
377
+ "path": "/v3/videos",
378
+ "query_params": [
379
+ "limit",
380
+ "token",
381
+ "folder_id",
382
+ "title"
383
+ ],
255
384
  "input_schema": {
256
385
  "type": "object",
257
386
  "properties": {
258
387
  "limit": {
259
388
  "type": "integer",
260
- "description": "Max videos to return (up to 100)."
389
+ "default": 10
261
390
  },
262
391
  "token": {
263
392
  "type": "string",
264
- "description": "Pagination token from the previous response."
393
+ "description": "Pagination token."
394
+ },
395
+ "folder_id": {
396
+ "type": "string",
397
+ "description": "Folder filter."
398
+ },
399
+ "title": {
400
+ "type": "string",
401
+ "description": "Title search."
265
402
  }
266
403
  }
267
- },
268
- "query_params": ["limit", "token"]
404
+ }
269
405
  },
270
406
  {
271
407
  "name": "delete_video",
272
- "description": "Delete a generated video by id.",
408
+ "description": "Delete a HeyGen v3 video by id.",
273
409
  "method": "DELETE",
274
- "path": "/v1/video.delete",
410
+ "path": "/v3/videos/{video_id}",
411
+ "path_params": [
412
+ "video_id"
413
+ ],
275
414
  "input_schema": {
276
415
  "type": "object",
277
416
  "properties": {
278
417
  "video_id": {
279
- "type": "string"
418
+ "type": "string",
419
+ "description": "Video id."
280
420
  }
281
421
  },
282
- "required": ["video_id"]
283
- },
284
- "query_params": ["video_id"]
422
+ "required": [
423
+ "video_id"
424
+ ]
425
+ }
285
426
  },
286
427
  {
287
428
  "name": "get_sharable_url",
@@ -295,42 +436,115 @@
295
436
  "type": "string"
296
437
  }
297
438
  },
298
- "required": ["video_id"]
439
+ "required": [
440
+ "video_id"
441
+ ]
299
442
  }
300
443
  },
301
444
  {
302
- "name": "list_avatars",
303
- "description": "List every public and custom avatar available to the account. Returns avatar_id, name, gender, preview image URL, and preview video URL for each. Call this first when you need an avatar_id for generate_video.",
445
+ "name": "list_avatar_looks",
446
+ "description": "List HeyGen v3 avatar looks. The look id is the avatar_id for create_video; supported_api_engines indicates Avatar V eligibility.",
304
447
  "method": "GET",
305
- "path": "/v2/avatars",
448
+ "path": "/v3/avatars/looks",
449
+ "query_params": [
450
+ "group_id",
451
+ "avatar_type",
452
+ "ownership",
453
+ "limit",
454
+ "token"
455
+ ],
306
456
  "input_schema": {
307
457
  "type": "object",
308
- "properties": {}
458
+ "properties": {
459
+ "group_id": {
460
+ "type": "string",
461
+ "description": "Avatar group id."
462
+ },
463
+ "avatar_type": {
464
+ "type": "string",
465
+ "enum": [
466
+ "studio_avatar",
467
+ "digital_twin",
468
+ "photo_avatar"
469
+ ]
470
+ },
471
+ "ownership": {
472
+ "type": "string",
473
+ "enum": [
474
+ "public",
475
+ "private"
476
+ ]
477
+ },
478
+ "limit": {
479
+ "type": "integer",
480
+ "default": 20
481
+ },
482
+ "token": {
483
+ "type": "string",
484
+ "description": "Pagination token."
485
+ }
486
+ }
309
487
  }
310
488
  },
311
489
  {
312
- "name": "get_avatar_details",
313
- "description": "Fetch full metadata for a specific avatar including supported poses, expressions, and capabilities.",
490
+ "name": "get_avatar_look",
491
+ "description": "Fetch a HeyGen v3 avatar look, including default_voice_id and supported_api_engines.",
314
492
  "method": "GET",
315
- "path": "/v2/avatar/{avatar_id}/details",
493
+ "path": "/v3/avatars/looks/{look_id}",
494
+ "path_params": [
495
+ "look_id"
496
+ ],
316
497
  "input_schema": {
317
498
  "type": "object",
318
499
  "properties": {
319
- "avatar_id": {
320
- "type": "string"
500
+ "look_id": {
501
+ "type": "string",
502
+ "description": "Avatar look id."
321
503
  }
322
504
  },
323
- "required": ["avatar_id"]
505
+ "required": [
506
+ "look_id"
507
+ ]
324
508
  }
325
509
  },
326
510
  {
327
511
  "name": "list_avatar_groups",
328
- "description": "List every avatar group (a collection of related avatars — e.g. the same person in different outfits or styles).",
512
+ "description": "List HeyGen v3 avatar groups/identities.",
329
513
  "method": "GET",
330
- "path": "/v2/avatar_group.list",
514
+ "path": "/v3/avatars",
515
+ "query_params": [
516
+ "avatar_type",
517
+ "ownership",
518
+ "limit",
519
+ "token"
520
+ ],
331
521
  "input_schema": {
332
522
  "type": "object",
333
- "properties": {}
523
+ "properties": {
524
+ "avatar_type": {
525
+ "type": "string",
526
+ "enum": [
527
+ "studio_avatar",
528
+ "digital_twin",
529
+ "photo_avatar"
530
+ ]
531
+ },
532
+ "ownership": {
533
+ "type": "string",
534
+ "enum": [
535
+ "public",
536
+ "private"
537
+ ]
538
+ },
539
+ "limit": {
540
+ "type": "integer",
541
+ "default": 20
542
+ },
543
+ "token": {
544
+ "type": "string",
545
+ "description": "Pagination token."
546
+ }
547
+ }
334
548
  }
335
549
  },
336
550
  {
@@ -345,17 +559,56 @@
345
559
  "type": "string"
346
560
  }
347
561
  },
348
- "required": ["group_id"]
562
+ "required": [
563
+ "group_id"
564
+ ]
349
565
  }
350
566
  },
351
567
  {
352
568
  "name": "list_voices",
353
- "description": "List every AI voice with voice_id, name, language, gender, accent, emotion support, and preview audio URL. Call this to discover voice_ids for generate_video.",
569
+ "description": "List HeyGen v3 voices. Use engine=starfish for TTS-compatible voices.",
354
570
  "method": "GET",
355
- "path": "/v2/voices",
571
+ "path": "/v3/voices",
572
+ "query_params": [
573
+ "type",
574
+ "engine",
575
+ "language",
576
+ "gender",
577
+ "limit",
578
+ "token"
579
+ ],
356
580
  "input_schema": {
357
581
  "type": "object",
358
- "properties": {}
582
+ "properties": {
583
+ "type": {
584
+ "type": "string",
585
+ "enum": [
586
+ "public",
587
+ "private"
588
+ ],
589
+ "default": "public"
590
+ },
591
+ "engine": {
592
+ "type": "string",
593
+ "description": "Voice engine, e.g. starfish."
594
+ },
595
+ "language": {
596
+ "type": "string",
597
+ "description": "Language filter."
598
+ },
599
+ "gender": {
600
+ "type": "string",
601
+ "description": "Gender filter."
602
+ },
603
+ "limit": {
604
+ "type": "integer",
605
+ "default": 20
606
+ },
607
+ "token": {
608
+ "type": "string",
609
+ "description": "Pagination token."
610
+ }
611
+ }
359
612
  }
360
613
  },
361
614
  {
@@ -395,10 +648,14 @@
395
648
  "terms": {
396
649
  "type": "array",
397
650
  "description": "Array of custom term objects: {term: 'string', pronunciation: 'string', translation_hints: {'es': 'string', ...}}",
398
- "items": { "type": "object" }
651
+ "items": {
652
+ "type": "object"
653
+ }
399
654
  }
400
655
  },
401
- "required": ["brand_voice_id"]
656
+ "required": [
657
+ "brand_voice_id"
658
+ ]
402
659
  }
403
660
  },
404
661
  {
@@ -423,7 +680,9 @@
423
680
  "type": "string"
424
681
  }
425
682
  },
426
- "required": ["template_id"]
683
+ "required": [
684
+ "template_id"
685
+ ]
427
686
  }
428
687
  },
429
688
  {
@@ -438,7 +697,9 @@
438
697
  "type": "string"
439
698
  }
440
699
  },
441
- "required": ["template_id"]
700
+ "required": [
701
+ "template_id"
702
+ ]
442
703
  }
443
704
  },
444
705
  {
@@ -470,7 +731,9 @@
470
731
  "type": "string"
471
732
  }
472
733
  },
473
- "required": ["template_id"]
734
+ "required": [
735
+ "template_id"
736
+ ]
474
737
  }
475
738
  },
476
739
  {
@@ -508,7 +771,10 @@
508
771
  "type": "string"
509
772
  }
510
773
  },
511
- "required": ["video_url", "output_language"]
774
+ "required": [
775
+ "video_url",
776
+ "output_language"
777
+ ]
512
778
  }
513
779
  },
514
780
  {
@@ -523,7 +789,9 @@
523
789
  "type": "string"
524
790
  }
525
791
  },
526
- "required": ["video_translate_id"]
792
+ "required": [
793
+ "video_translate_id"
794
+ ]
527
795
  }
528
796
  },
529
797
  {
@@ -548,7 +816,9 @@
548
816
  "type": "string"
549
817
  }
550
818
  },
551
- "required": ["video_translate_id"]
819
+ "required": [
820
+ "video_translate_id"
821
+ ]
552
822
  }
553
823
  },
554
824
  {
@@ -573,7 +843,9 @@
573
843
  "output_languages": {
574
844
  "type": "array",
575
845
  "description": "Multiple target languages for batch proofread generation.",
576
- "items": { "type": "string" }
846
+ "items": {
847
+ "type": "string"
848
+ }
577
849
  },
578
850
  "brand_voice_id": {
579
851
  "type": "string"
@@ -596,7 +868,10 @@
596
868
  "type": "boolean"
597
869
  }
598
870
  },
599
- "required": ["video_url", "title"]
871
+ "required": [
872
+ "video_url",
873
+ "title"
874
+ ]
600
875
  }
601
876
  },
602
877
  {
@@ -611,7 +886,9 @@
611
886
  "type": "string"
612
887
  }
613
888
  },
614
- "required": ["proofread_id"]
889
+ "required": [
890
+ "proofread_id"
891
+ ]
615
892
  }
616
893
  },
617
894
  {
@@ -626,7 +903,9 @@
626
903
  "type": "string"
627
904
  }
628
905
  },
629
- "required": ["proofread_id"]
906
+ "required": [
907
+ "proofread_id"
908
+ ]
630
909
  }
631
910
  },
632
911
  {
@@ -641,7 +920,9 @@
641
920
  "type": "string"
642
921
  }
643
922
  },
644
- "required": ["proofread_id"]
923
+ "required": [
924
+ "proofread_id"
925
+ ]
645
926
  }
646
927
  },
647
928
  {
@@ -656,7 +937,9 @@
656
937
  "type": "string"
657
938
  }
658
939
  },
659
- "required": ["proofread_id"]
940
+ "required": [
941
+ "proofread_id"
942
+ ]
660
943
  }
661
944
  },
662
945
  {
@@ -677,7 +960,10 @@
677
960
  },
678
961
  "gender": {
679
962
  "type": "string",
680
- "enum": ["Man", "Woman"]
963
+ "enum": [
964
+ "Man",
965
+ "Woman"
966
+ ]
681
967
  },
682
968
  "ethnicity": {
683
969
  "type": "string",
@@ -685,7 +971,11 @@
685
971
  },
686
972
  "orientation": {
687
973
  "type": "string",
688
- "enum": ["horizontal", "vertical", "square"]
974
+ "enum": [
975
+ "horizontal",
976
+ "vertical",
977
+ "square"
978
+ ]
689
979
  },
690
980
  "pose": {
691
981
  "type": "string",
@@ -700,7 +990,9 @@
700
990
  "description": "Free-text appearance description ('short brown hair, glasses, casual shirt')."
701
991
  }
702
992
  },
703
- "required": ["name"]
993
+ "required": [
994
+ "name"
995
+ ]
704
996
  }
705
997
  },
706
998
  {
@@ -719,7 +1011,10 @@
719
1011
  "description": "Initial photo image_key from a previously-uploaded asset."
720
1012
  }
721
1013
  },
722
- "required": ["name", "image_key"]
1014
+ "required": [
1015
+ "name",
1016
+ "image_key"
1017
+ ]
723
1018
  }
724
1019
  },
725
1020
  {
@@ -736,10 +1031,15 @@
736
1031
  "image_keys": {
737
1032
  "type": "array",
738
1033
  "description": "Array of image_key strings from uploaded assets.",
739
- "items": { "type": "string" }
1034
+ "items": {
1035
+ "type": "string"
1036
+ }
740
1037
  }
741
1038
  },
742
- "required": ["group_id", "image_keys"]
1039
+ "required": [
1040
+ "group_id",
1041
+ "image_keys"
1042
+ ]
743
1043
  }
744
1044
  },
745
1045
  {
@@ -754,7 +1054,9 @@
754
1054
  "type": "string"
755
1055
  }
756
1056
  },
757
- "required": ["group_id"]
1057
+ "required": [
1058
+ "group_id"
1059
+ ]
758
1060
  }
759
1061
  },
760
1062
  {
@@ -769,7 +1071,9 @@
769
1071
  "type": "string"
770
1072
  }
771
1073
  },
772
- "required": ["group_id"]
1074
+ "required": [
1075
+ "group_id"
1076
+ ]
773
1077
  }
774
1078
  },
775
1079
  {
@@ -789,7 +1093,11 @@
789
1093
  },
790
1094
  "orientation": {
791
1095
  "type": "string",
792
- "enum": ["horizontal", "vertical", "square"]
1096
+ "enum": [
1097
+ "horizontal",
1098
+ "vertical",
1099
+ "square"
1100
+ ]
793
1101
  },
794
1102
  "pose": {
795
1103
  "type": "string"
@@ -798,7 +1106,10 @@
798
1106
  "type": "string"
799
1107
  }
800
1108
  },
801
- "required": ["group_id", "prompt"]
1109
+ "required": [
1110
+ "group_id",
1111
+ "prompt"
1112
+ ]
802
1113
  }
803
1114
  },
804
1115
  {
@@ -814,7 +1125,9 @@
814
1125
  "description": "Photo avatar look id."
815
1126
  }
816
1127
  },
817
- "required": ["avatar_id"]
1128
+ "required": [
1129
+ "avatar_id"
1130
+ ]
818
1131
  }
819
1132
  },
820
1133
  {
@@ -829,7 +1142,9 @@
829
1142
  "type": "string"
830
1143
  }
831
1144
  },
832
- "required": ["avatar_id"]
1145
+ "required": [
1146
+ "avatar_id"
1147
+ ]
833
1148
  }
834
1149
  },
835
1150
  {
@@ -844,7 +1159,9 @@
844
1159
  "type": "string"
845
1160
  }
846
1161
  },
847
- "required": ["avatar_id"]
1162
+ "required": [
1163
+ "avatar_id"
1164
+ ]
848
1165
  }
849
1166
  },
850
1167
  {
@@ -859,7 +1176,9 @@
859
1176
  "type": "string"
860
1177
  }
861
1178
  },
862
- "required": ["group_id"]
1179
+ "required": [
1180
+ "group_id"
1181
+ ]
863
1182
  }
864
1183
  },
865
1184
  {
@@ -882,7 +1201,11 @@
882
1201
  "type": "string"
883
1202
  }
884
1203
  },
885
- "required": ["training_footage_url", "video_consent_url", "avatar_name"]
1204
+ "required": [
1205
+ "training_footage_url",
1206
+ "video_consent_url",
1207
+ "avatar_name"
1208
+ ]
886
1209
  }
887
1210
  },
888
1211
  {
@@ -897,7 +1220,9 @@
897
1220
  "type": "string"
898
1221
  }
899
1222
  },
900
- "required": ["digital_twin_id"]
1223
+ "required": [
1224
+ "digital_twin_id"
1225
+ ]
901
1226
  }
902
1227
  },
903
1228
  {
@@ -912,12 +1237,14 @@
912
1237
  "type": "string"
913
1238
  }
914
1239
  },
915
- "required": ["digital_twin_id"]
1240
+ "required": [
1241
+ "digital_twin_id"
1242
+ ]
916
1243
  }
917
1244
  },
918
1245
  {
919
- "name": "list_assets",
920
- "description": "List every asset (image, audio, video) uploaded under the account. Paginated via token. Assets are referenced by asset_id in generate_video (image_asset_id, audio_asset_id) and create_video_agent_v3 (files array).",
1246
+ "name": "legacy_list_assets",
1247
+ "description": "Legacy v1 asset list endpoint. Prefer upload_asset/get_asset/delete_asset for v3 asset workflows.",
921
1248
  "method": "GET",
922
1249
  "path": "/v1/asset/list",
923
1250
  "input_schema": {
@@ -929,7 +1256,11 @@
929
1256
  },
930
1257
  "file_type": {
931
1258
  "type": "string",
932
- "enum": ["image", "audio", "video"]
1259
+ "enum": [
1260
+ "image",
1261
+ "audio",
1262
+ "video"
1263
+ ]
933
1264
  },
934
1265
  "limit": {
935
1266
  "type": "integer",
@@ -941,22 +1272,33 @@
941
1272
  }
942
1273
  }
943
1274
  },
944
- "query_params": ["folder_id", "file_type", "limit", "token"]
1275
+ "query_params": [
1276
+ "folder_id",
1277
+ "file_type",
1278
+ "limit",
1279
+ "token"
1280
+ ]
945
1281
  },
946
1282
  {
947
1283
  "name": "delete_asset",
948
- "description": "Delete a specific asset by id. Removes it from the account permanently.",
1284
+ "description": "Delete a HeyGen v3 asset.",
949
1285
  "method": "DELETE",
950
- "path": "/v1/asset/{asset_id}",
1286
+ "path": "/v3/assets/{asset_id}",
951
1287
  "input_schema": {
952
1288
  "type": "object",
953
1289
  "properties": {
954
1290
  "asset_id": {
955
- "type": "string"
1291
+ "type": "string",
1292
+ "description": "Asset id."
956
1293
  }
957
1294
  },
958
- "required": ["asset_id"]
959
- }
1295
+ "required": [
1296
+ "asset_id"
1297
+ ]
1298
+ },
1299
+ "path_params": [
1300
+ "asset_id"
1301
+ ]
960
1302
  },
961
1303
  {
962
1304
  "name": "create_folder",
@@ -974,7 +1316,9 @@
974
1316
  "description": "Parent folder id. Omit for root-level folder."
975
1317
  }
976
1318
  },
977
- "required": ["name"]
1319
+ "required": [
1320
+ "name"
1321
+ ]
978
1322
  }
979
1323
  },
980
1324
  {
@@ -1004,7 +1348,13 @@
1004
1348
  }
1005
1349
  }
1006
1350
  },
1007
- "query_params": ["limit", "parent_id", "name_filter", "is_trash", "token"]
1351
+ "query_params": [
1352
+ "limit",
1353
+ "parent_id",
1354
+ "name_filter",
1355
+ "is_trash",
1356
+ "token"
1357
+ ]
1008
1358
  },
1009
1359
  {
1010
1360
  "name": "update_folder",
@@ -1022,7 +1372,10 @@
1022
1372
  "description": "New folder name."
1023
1373
  }
1024
1374
  },
1025
- "required": ["folder_id", "name"]
1375
+ "required": [
1376
+ "folder_id",
1377
+ "name"
1378
+ ]
1026
1379
  }
1027
1380
  },
1028
1381
  {
@@ -1037,7 +1390,9 @@
1037
1390
  "type": "string"
1038
1391
  }
1039
1392
  },
1040
- "required": ["folder_id"]
1393
+ "required": [
1394
+ "folder_id"
1395
+ ]
1041
1396
  }
1042
1397
  },
1043
1398
  {
@@ -1052,14 +1407,16 @@
1052
1407
  "type": "string"
1053
1408
  }
1054
1409
  },
1055
- "required": ["folder_id"]
1410
+ "required": [
1411
+ "folder_id"
1412
+ ]
1056
1413
  }
1057
1414
  },
1058
1415
  {
1059
1416
  "name": "get_current_user",
1060
- "description": "Get the authenticated user's profile information (email, plan, account id, etc).",
1417
+ "description": "Get current HeyGen v3 user, wallet, and subscription information.",
1061
1418
  "method": "GET",
1062
- "path": "/v1/user/me",
1419
+ "path": "/v3/users/me",
1063
1420
  "input_schema": {
1064
1421
  "type": "object",
1065
1422
  "properties": {}
@@ -1090,10 +1447,15 @@
1090
1447
  "events": {
1091
1448
  "type": "array",
1092
1449
  "description": "Array of event name strings (e.g. ['avatar_video.success', 'avatar_video.fail'])",
1093
- "items": { "type": "string" }
1450
+ "items": {
1451
+ "type": "string"
1452
+ }
1094
1453
  }
1095
1454
  },
1096
- "required": ["url", "events"]
1455
+ "required": [
1456
+ "url",
1457
+ "events"
1458
+ ]
1097
1459
  }
1098
1460
  },
1099
1461
  {
@@ -1122,10 +1484,14 @@
1122
1484
  },
1123
1485
  "events": {
1124
1486
  "type": "array",
1125
- "items": { "type": "string" }
1487
+ "items": {
1488
+ "type": "string"
1489
+ }
1126
1490
  }
1127
1491
  },
1128
- "required": ["endpoint_id"]
1492
+ "required": [
1493
+ "endpoint_id"
1494
+ ]
1129
1495
  }
1130
1496
  },
1131
1497
  {
@@ -1140,9 +1506,13 @@
1140
1506
  "type": "string"
1141
1507
  }
1142
1508
  },
1143
- "required": ["endpoint_id"]
1509
+ "required": [
1510
+ "endpoint_id"
1511
+ ]
1144
1512
  },
1145
- "query_params": ["endpoint_id"]
1513
+ "query_params": [
1514
+ "endpoint_id"
1515
+ ]
1146
1516
  },
1147
1517
  {
1148
1518
  "name": "list_available_webhook_events",
@@ -1153,6 +1523,320 @@
1153
1523
  "type": "object",
1154
1524
  "properties": {}
1155
1525
  }
1526
+ },
1527
+ {
1528
+ "name": "create_avatar",
1529
+ "description": "Create a HeyGen v3 prompt, photo, or digital twin avatar. Training is async; poll the group/look status.",
1530
+ "method": "POST",
1531
+ "path": "/v3/avatars",
1532
+ "input_schema": {
1533
+ "type": "object",
1534
+ "properties": {
1535
+ "type": {
1536
+ "type": "string",
1537
+ "enum": [
1538
+ "prompt",
1539
+ "photo",
1540
+ "digital_twin"
1541
+ ]
1542
+ },
1543
+ "name": {
1544
+ "type": "string",
1545
+ "description": "Avatar name."
1546
+ },
1547
+ "prompt": {
1548
+ "type": "string",
1549
+ "description": "Prompt for prompt avatars."
1550
+ },
1551
+ "file": {
1552
+ "type": "object",
1553
+ "description": "Photo/video file input: {type:\"url\"|\"asset_id\"|\"base64\", ...}."
1554
+ },
1555
+ "reference_images": {
1556
+ "type": "array",
1557
+ "description": "Up to 3 reference image inputs.",
1558
+ "items": {
1559
+ "type": "object"
1560
+ }
1561
+ },
1562
+ "avatar_group_id": {
1563
+ "type": "string",
1564
+ "description": "Optional existing avatar group id."
1565
+ }
1566
+ },
1567
+ "required": [
1568
+ "type",
1569
+ "name"
1570
+ ]
1571
+ }
1572
+ },
1573
+ {
1574
+ "name": "create_speech",
1575
+ "description": "Generate HeyGen v3 speech audio from plain text or SSML using a voice id.",
1576
+ "method": "POST",
1577
+ "path": "/v3/voices/speech",
1578
+ "input_schema": {
1579
+ "type": "object",
1580
+ "properties": {
1581
+ "text": {
1582
+ "type": "string",
1583
+ "description": "Plain text or SSML."
1584
+ },
1585
+ "voice_id": {
1586
+ "type": "string",
1587
+ "description": "Voice id."
1588
+ },
1589
+ "speed": {
1590
+ "type": "number",
1591
+ "description": "Speed multiplier."
1592
+ },
1593
+ "output_format": {
1594
+ "type": "string",
1595
+ "description": "Audio output format when supported."
1596
+ },
1597
+ "locale": {
1598
+ "type": "string",
1599
+ "description": "Locale/pronunciation hint."
1600
+ }
1601
+ },
1602
+ "required": [
1603
+ "text",
1604
+ "voice_id"
1605
+ ]
1606
+ }
1607
+ },
1608
+ {
1609
+ "name": "upload_asset",
1610
+ "description": "Upload a HeyGen v3 asset for reuse. Supports images, video, audio, and PDF.",
1611
+ "method": "POST",
1612
+ "path": "/v3/assets",
1613
+ "input_schema": {
1614
+ "type": "object",
1615
+ "properties": {
1616
+ "file": {
1617
+ "type": "string",
1618
+ "description": "Multipart file upload field or platform-supported file reference."
1619
+ },
1620
+ "name": {
1621
+ "type": "string",
1622
+ "description": "Optional file name."
1623
+ },
1624
+ "folder_id": {
1625
+ "type": "string",
1626
+ "description": "Optional folder id."
1627
+ }
1628
+ },
1629
+ "required": [
1630
+ "file"
1631
+ ]
1632
+ }
1633
+ },
1634
+ {
1635
+ "name": "get_asset",
1636
+ "description": "Get HeyGen v3 asset metadata and URL.",
1637
+ "method": "GET",
1638
+ "path": "/v3/assets/{asset_id}",
1639
+ "path_params": [
1640
+ "asset_id"
1641
+ ],
1642
+ "input_schema": {
1643
+ "type": "object",
1644
+ "properties": {
1645
+ "asset_id": {
1646
+ "type": "string",
1647
+ "description": "Asset id."
1648
+ }
1649
+ },
1650
+ "required": [
1651
+ "asset_id"
1652
+ ]
1653
+ }
1654
+ },
1655
+ {
1656
+ "name": "create_video_translation",
1657
+ "description": "Create HeyGen v3 video translations in one or more target languages. Use speed or precision mode; poll get_video_translation.",
1658
+ "method": "POST",
1659
+ "path": "/v3/video-translations",
1660
+ "input_schema": {
1661
+ "type": "object",
1662
+ "properties": {
1663
+ "video": {
1664
+ "type": "object",
1665
+ "description": "Source video asset input: {type:\"url\"|\"asset_id\", ...}."
1666
+ },
1667
+ "output_languages": {
1668
+ "type": "array",
1669
+ "items": {
1670
+ "type": "string"
1671
+ },
1672
+ "description": "Target language names."
1673
+ },
1674
+ "title": {
1675
+ "type": "string",
1676
+ "description": "Job title."
1677
+ },
1678
+ "mode": {
1679
+ "type": "string",
1680
+ "enum": [
1681
+ "speed",
1682
+ "precision"
1683
+ ],
1684
+ "default": "speed"
1685
+ },
1686
+ "audio": {
1687
+ "type": "object",
1688
+ "description": "Optional replacement/guide audio asset input."
1689
+ },
1690
+ "input_language": {
1691
+ "type": "string",
1692
+ "description": "Source language code."
1693
+ },
1694
+ "translate_audio_only": {
1695
+ "type": "boolean",
1696
+ "default": false,
1697
+ "description": "Translate only audio."
1698
+ },
1699
+ "callback_url": {
1700
+ "type": "string",
1701
+ "description": "Webhook URL."
1702
+ },
1703
+ "callback_id": {
1704
+ "type": "string",
1705
+ "description": "Callback id."
1706
+ },
1707
+ "enable_caption": {
1708
+ "type": "boolean",
1709
+ "default": false,
1710
+ "description": "Generate captions."
1711
+ },
1712
+ "folder_id": {
1713
+ "type": "string",
1714
+ "description": "Folder id."
1715
+ }
1716
+ },
1717
+ "required": [
1718
+ "video",
1719
+ "output_languages"
1720
+ ]
1721
+ }
1722
+ },
1723
+ {
1724
+ "name": "get_video_translation",
1725
+ "description": "Get/poll a HeyGen v3 video translation job.",
1726
+ "method": "GET",
1727
+ "path": "/v3/video-translations/{video_translation_id}",
1728
+ "path_params": [
1729
+ "video_translation_id"
1730
+ ],
1731
+ "input_schema": {
1732
+ "type": "object",
1733
+ "properties": {
1734
+ "video_translation_id": {
1735
+ "type": "string",
1736
+ "description": "Translation id."
1737
+ }
1738
+ },
1739
+ "required": [
1740
+ "video_translation_id"
1741
+ ]
1742
+ }
1743
+ },
1744
+ {
1745
+ "name": "list_supported_translation_languages",
1746
+ "description": "List HeyGen v3 video translation target languages.",
1747
+ "method": "GET",
1748
+ "path": "/v3/video-translations/languages",
1749
+ "input_schema": {
1750
+ "type": "object",
1751
+ "properties": {}
1752
+ }
1753
+ },
1754
+ {
1755
+ "name": "create_lipsync",
1756
+ "description": "Create a HeyGen v3 lipsync job by replacing/dubbing audio on a source video. Poll with get_lipsync.",
1757
+ "method": "POST",
1758
+ "path": "/v3/lipsyncs",
1759
+ "input_schema": {
1760
+ "type": "object",
1761
+ "properties": {
1762
+ "video": {
1763
+ "type": "object",
1764
+ "description": "Source video asset input."
1765
+ },
1766
+ "audio": {
1767
+ "type": "object",
1768
+ "description": "Replacement audio asset input."
1769
+ },
1770
+ "title": {
1771
+ "type": "string",
1772
+ "description": "Job title."
1773
+ },
1774
+ "mode": {
1775
+ "type": "string",
1776
+ "enum": [
1777
+ "speed",
1778
+ "precision"
1779
+ ],
1780
+ "default": "speed"
1781
+ },
1782
+ "callback_url": {
1783
+ "type": "string",
1784
+ "description": "Webhook URL."
1785
+ },
1786
+ "callback_id": {
1787
+ "type": "string",
1788
+ "description": "Callback id."
1789
+ }
1790
+ },
1791
+ "required": [
1792
+ "video",
1793
+ "audio"
1794
+ ]
1795
+ }
1796
+ },
1797
+ {
1798
+ "name": "get_lipsync",
1799
+ "description": "Get/poll a HeyGen v3 lipsync job.",
1800
+ "method": "GET",
1801
+ "path": "/v3/lipsyncs/{lipsync_id}",
1802
+ "path_params": [
1803
+ "lipsync_id"
1804
+ ],
1805
+ "input_schema": {
1806
+ "type": "object",
1807
+ "properties": {
1808
+ "lipsync_id": {
1809
+ "type": "string",
1810
+ "description": "Lipsync job id."
1811
+ }
1812
+ },
1813
+ "required": [
1814
+ "lipsync_id"
1815
+ ]
1816
+ }
1817
+ },
1818
+ {
1819
+ "name": "list_lipsyncs",
1820
+ "description": "List HeyGen v3 lipsync jobs.",
1821
+ "method": "GET",
1822
+ "path": "/v3/lipsyncs",
1823
+ "query_params": [
1824
+ "limit",
1825
+ "token"
1826
+ ],
1827
+ "input_schema": {
1828
+ "type": "object",
1829
+ "properties": {
1830
+ "limit": {
1831
+ "type": "integer",
1832
+ "default": 10
1833
+ },
1834
+ "token": {
1835
+ "type": "string",
1836
+ "description": "Pagination token."
1837
+ }
1838
+ }
1839
+ }
1156
1840
  }
1157
1841
  ],
1158
1842
  "webhooks": {
@@ -1200,5 +1884,8 @@
1200
1884
  "description": "Photo avatar generation / training / look failed."
1201
1885
  }
1202
1886
  ]
1887
+ },
1888
+ "health_check": {
1889
+ "tool": "get_current_user"
1203
1890
  }
1204
1891
  }