This guide shows you how to register your own app with HeyGen to obtain your OAuth credentials (client ID). This is required to let your users grant your app access to their HeyGen account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request OAuth access
- Submit HeyGen’s Integration Intake form to apply to become a HeyGen Integration partner.
- The Partnerships team will review your submission and get in touch.
- After approval, request an OAuth app and use
https://api.nango.dev/oauth/callbackas your redirect URI. - You will then receive your Client ID for use with Nango. When configuring the integration in Nango, you can use a placeholder value (e.g.
x) for Client Secret, since HeyGen uses PKCE and the client secret is not used during the OAuth flow.
Next
Follow the Quickstart to connect your first account.