One-click scenario template for the ThumbAPI generate endpoint.
Public scenario template — drops straight into your Make.com account:
Don't have a Make.com account yet? Sign up free here — the free tier includes 1,000 operations/month, more than enough to run this scenario.
- Set variable (placeholder trigger) — sample title for testing.
- HTTP → Make a request — POST to
https://api.thumbapi.dev/v1/generatewithformat: youtubeandimageStyle: faceless. - Tools → Set multiple variables — strips the
data:image/webp;base64,prefix, callstoBinary()so file modules can consume the buffer directly, and computes a uniquefileNameandmimeType.
⚠️ Important: the cloned scenario ships with the public test keythumbapi_testin thex-api-keyheader. That key returns a static placeholder image — useful for confirming the wiring works, but it does not generate real thumbnails. To generate actual content, sign up at app.thumbapi.dev (free tier: 5 generations/month, no credit card) and swap it for your own API key.
- Sign up at app.thumbapi.dev (free, no credit card) and copy your personal API key from the dashboard.
- Open the cloned scenario in your Make dashboard.
- HTTP module → Headers: replace
thumbapi_testwith the API key you just copied. This is the only required change to start generating real thumbnails. - Replace the Set variable placeholder with your real trigger — YouTube Watch Videos, Google Sheets Watch Rows, RSS, Webhook, etc.
- Add your destination module after the Set-multiple-variables step:
- Google Drive → Upload a file: map
imageDatato File data,fileNameto File name. - WordPress → Update post featured image: map
imageData. - Slack → Send a message: include
fileNamein the message text, attachimageData.
- Google Drive → Upload a file: map
- Click Run once to test. Activate the scenario when it works end-to-end.
- Make.com integration guide on ThumbAPI — full walkthrough including router and batch patterns.
- n8n integration — alternative no-code workflow tool.
- API reference.