Back to APIs
YouTube
Upload videos, manage your playlists and subscribers.
Using the YouTube API with Trigger.dev
You can use Trigger.dev with any existing Node SDK or even just using fetch. Using io.runTask makes your YouTube background job resumable and appear in our dashboard.
Use io.runTask() and the official SDK or fetch.
Example code using YouTube
Below is a working code example of how you can use YouTube with Trigger.dev. These samples are open source and maintained by the community, you can copy and paste them into your own projects.