Resources · Make integration

Eden AI Make integrationAutomate Eden AI with Make.

Can Make send your files and text to Eden AI and do something with the answer? Yes. The Eden AI Make integration gives you 36 modules, 33 actions and 3 searches, for ops and marketing teams. This page shows how to connect your key and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Eden AI Make integration let you automate?

The Eden AI Make integration lets a Make scenario (the automation you build, a chain of steps) hand a file, an image or a piece of text to Eden AI and pass the answer to your other apps. Each step is a module, one brick of the scenario, and Eden AI brings 36 of them: reading documents, checking text, looking at images, translating, generating media.

Invoices that type themselves in. A receipt lands in another app, Parse an invoice or receipt reads it, and the next module writes the result into your accounting sheet. Nobody retypes a total.

A moderation filter before anything goes public. Comments or uploaded photos go through Detect inappropriate content in text or Detect explicit content in an image first, and only the clean ones reach your site or your channel.

Content that speaks every language your customers do. Chain Transcribe audio to text, Translate text and Text to speech to turn a recorded message into a localized audio version.

Eden AI has no trigger module, so it never starts a scenario on its own: another app or the Make schedule starts it, and Eden AI does the work in the middle. When a feature you need is missing from the list, Make an API call reaches the rest of the Eden AI API with the same account. If you are still choosing a tool, read our Make review and the n8n vs Make comparison; if a run fails, Make troubleshooting walks through the usual errors.

Connect

How do you connect your Eden AI account to Make?

  1. 01

    Copy your API key from Eden AI

    In your Eden AI account, open the account settings page, click the API tab and copy the key shown on screen. That key is what lets Make act for you, so keep it out of shared documents.

  2. 02

    Add an Eden AI module in Make

    In your scenario, add any Eden AI module and click Create a connection. A connection is your Eden AI account linked to Make once, then reused by every Eden AI module you add later.

  3. 03

    Paste the key and save

    Give it a name in Connection name if you like (handy when you run a test account and a production one), paste the API key in the credentials field and save. The module can now call Eden AI.

First scenario

Your first scenario with Eden AI

GoalWhen a PDF shows up in another app, Make asks Eden AI to read it and translate the text.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big +. Pick the app where your PDFs arrive first: Eden AI has no trigger, so another app opens the flow.

  2. 02

    Add Extract text from a PDF

    Click the + on the right, search for Eden AI and choose Extract text from a PDF. Create your connection here if you have not yet, then map the file coming from the first module.

  3. 03

    Add Translate text

    Add one more module, Translate text, and map the text returned by the previous step into it. Each item that flows between modules is a bundle: here, one document and its words.

  4. 04

    Test with Run once

    Click Run once with a real PDF waiting in the source app. Read the bundles each module received and check that the translation looks right.

  5. 05

    Schedule it and switch it on

    Set the schedule on the first module (every 15 minutes by default, never shorter on the Free plan) and turn the scenario on. From now on, every run counts operations, one per module and per bundle.

Modules

What Eden AI can do in Make

Eden AI gives you 36 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Eden AI1

Anonymize an image

ActionIn the docs only

Hands a picture to Eden AI so it comes back with the personal details hidden, ready to share outside the team.

When to use it
before photos from a site visit or an event reach a public page, a shared drive or a client report.
Watch out
open a few results after Run once and check them by eye before letting the scenario publish anything.
Eden AI2

Check spelling & grammar

ActionIn the docs only

Sends a piece of text to Eden AI for a spelling and grammar pass, so typos get caught before a human reader sees them.

When to use it
between the form or the draft tool where copy is written and the app that publishes it, such as a product description going live.
Watch out
decide whether the scenario applies the fixes itself or only flags them for someone to approve.
Eden AI3

Check text for plagiarism

ActionIn the docs only

Asks Eden AI whether a text looks copied from elsewhere, which gives you a check point before you publish or pay for it.

When to use it
when articles from freelance writers arrive in a shared folder and an editor would otherwise check each one by hand.
Watch out
treat the answer as a flag for review, and let a person make the final call on a writer's work.
Eden AI4

Compare two faces

ActionIn the docs only

Puts two photos side by side and asks Eden AI whether they show the same person, which saves someone from comparing them by eye.

When to use it
in an onboarding flow where a selfie must match the picture on an identity document received earlier in the scenario.
Watch out
face data is sensitive, so check your consent rules before automating anything that stores or compares it.
Eden AI5

Create a stateful response

ActionIn the docs only

Gets an answer from an Eden AI model that is kept on Eden AI's side, so a later module can pick up the same exchange instead of starting over.

When to use it
when a conversation spans several runs, like a support thread where each new customer message must build on the previous replies.
Watch out
store the identifier it returns, for example in a sheet, or the next run cannot find the response.
Eden AI6

Delete a stored response

ActionIn the docs only

Removes a response that Eden AI kept from an earlier stateful exchange, so old conversations stop piling up in your account.

When to use it
at the end of a support flow, once the ticket is closed and nobody needs the thread any more.
Watch out
a deletion cannot be undone from Make, so put it after every module that still reads the response.
Eden AI7

Detect AI-generated image

ActionIn the docs only

Asks Eden AI whether a picture was probably produced by an image generator rather than taken with a camera.

When to use it
when user photos feed a review site, a contest or an insurance claim, and a synthetic image would be a problem.
Watch out
a detector gives an estimate, not proof, so route doubtful cases to a person instead of rejecting them automatically.
Eden AI8

Detect AI-generated text

ActionIn the docs only

Checks whether a piece of writing looks like it came from a language model, which helps you sort submissions before anyone reads them.

When to use it
on applications, guest posts or reviews that arrive through a form, where you want to know how much was written by hand.
Watch out
short texts are harder to judge, so avoid acting on this answer alone for a sentence or two.
Eden AI9

Detect deepfakes

ActionIn the docs only

Screens a media file for signs of manipulation, so a faked face or video can be caught before it spreads through your channels.

When to use it
for a newsroom or a brand team that receives footage from outside sources and has to decide what to repost.
Watch out
keep a human in the loop for anything flagged, because a wrong call on real footage is costly too.
Eden AI10

Detect explicit content in an image

ActionIn the docs only

Looks at an uploaded image and tells you whether it contains adult or shocking material, so it can be held back automatically.

When to use it
right after a user upload in a community app, before the picture reaches a public gallery or a marketplace listing.
Watch out
add a filter after this module so only safe images continue; the check alone does not block anything.
Eden AI11

Detect faces in an image

ActionIn the docs only

Finds the faces in a picture, which tells the next module whether people appear in it.

When to use it
to sort event photos into those that need a consent check and those that can go straight to the media library.
Watch out
detecting a face is not recognizing a person; to match two people, use Compare two faces instead.
Eden AI12

Detect inappropriate content in text

ActionIn the docs only

Reads a message and flags insults, harassment or other content you would not want displayed, before it goes any further.

When to use it
on comments, chat messages or reviews collected by another app, ahead of the module that publishes or answers them.
Watch out
tone and slang fool automated checks, so send borderline cases to a moderator rather than deleting them.
Eden AI13

Detect logos in an image

ActionIn the docs only

Spots brand logos inside a photo, so you can tell which products or sponsors show up without scanning every picture yourself.

When to use it
for a marketing team tracking where its brand appears in posts and event photos shared by partners.
Watch out
small or partly hidden logos are easy to miss, so read a few results after Run once before trusting counts.
Eden AI14

Detect objects in an image

ActionIn the docs only

Names the objects Eden AI sees in a picture, which turns a plain photo into labels you can store, search or filter on.

When to use it
to tag product shots or inventory photos automatically when they land in a folder, instead of typing keywords by hand.
Watch out
one picture can return many objects, so plan how the next module handles a whole list of labels.
Eden AI15

Extract entities from text

ActionIn the docs only

Pulls names of people, companies, places and similar items out of a block of text, so they become data instead of prose.

When to use it
on incoming emails or notes from sales calls, to fill contact and company records in your CRM without copy and paste.
Watch out
after Run once, check that each entity lands in the right CRM field before switching the scenario on.
Eden AI16

Extract tables from a document

ActionIn the docs only

Finds the tables inside a document and hands them back as data, so figures locked in a file can flow into a spreadsheet.

When to use it
with supplier price lists or bank statements that arrive as files and currently get retyped cell by cell.
Watch out
merged cells and scanned pages can shift columns, so compare the first results with the original.
Eden AI17

Extract text from a PDF

ActionIn the docs only

Turns a PDF into plain text that any other module can read, which is often the first step before translating, summarizing or filing it.

When to use it
when contracts or reports arrive as PDFs and the next step needs their words, not the file.
Watch out
a PDF that is really a photo of paper may need Extract text from an image instead.
Eden AI18

Extract text from an image

ActionIn the docs only

Reads the words written in a photo or a scan, so a picture of a sign, a label or a form becomes text you can use.

When to use it
for photos sent from the field, such as delivery slips or meter readings, that someone would otherwise transcribe.
Watch out
blurred or angled photos give weaker results, so ask the people sending them to shoot straight on.
Eden AI19

Extract topics from text

ActionIn the docs only

Tells you what a text is about, which gives you tags for routing and reporting without reading every message first.

When to use it
to sort customer feedback or support tickets by subject and send each one to the team that owns it.
Watch out
the topics come from Eden AI, not from your own list, so add a mapping step if your tools expect fixed categories.
Eden AI20

Generate a video

ActionIn the docs only

Asks Eden AI to produce a video from your instructions, so a clip can be drafted without opening an editing tool.

When to use it
when a new product or a new article should come with a visual teaser that a designer then reviews.
Watch out
generation spends Eden AI credits, so test with Run once on a single item before switching the scenario on.
Eden AI21

Generate an image

ActionIn the docs only

Creates a picture from a text description, which gives you a visual for a post or a page without a stock photo search.

When to use it
when each blog draft or newsletter issue needs a header image that matches its title.
Watch out
write the description in a module field built from your data, and keep a review step before anything is published.
Eden AI22

Get a stored response

ActionIn the docs only

Fetches a response Eden AI kept from an earlier stateful exchange, so a new run can read what was already said.

When to use it
when a follow-up message arrives and the scenario needs the previous answer to write a reply or a summary.
Watch out
it only works with the identifier saved when the response was created, so keep that value somewhere safe.
Eden AI23

List LLM models

SearchIn the docs only

Returns the language models you can call through Eden AI, which helps you pick one before configuring a chat or text module.

When to use it
once, while you set things up, or in a small helper scenario that keeps a reference sheet of available models.
Watch out
as a search, it can return many bundles, and each module after it runs once per model.
Eden AI24

List available features

SearchIn the docs only

Shows the features Eden AI offers, a quick way to see what exists before building a scenario around it.

When to use it
when you plan a new automation and want to confirm Eden AI covers the task before choosing a module or an API call.
Watch out
this search returns several bundles, so place it in a scenario of its own rather than in a production flow.
Eden AI25

List models for a feature

SearchIn the docs only

Narrows the list down to the models behind one feature, such as translation or speech, so you can pick the provider you want.

When to use it
when two models give different results on your documents and you want to compare them before settling on one.
Watch out
it returns one bundle per model, which multiplies the operations of every module placed after it.
Eden AI26

Make an API call

ActionIn the docs only

Calls any endpoint of the Eden AI API with the connection you already have, which covers what the ready-made modules do not.

When to use it
when Eden AI's documentation describes a feature you need and no ready-made module offers it.
Watch out
you write the request yourself, so keep the Eden AI API documentation open while you fill in the module.
Eden AI27

Parse a resume or CV

ActionIn the docs only

Reads a resume and turns it into structured candidate data, so profiles land in your hiring tool already filled in.

When to use it
when applications arrive by email or through a careers form and a recruiter currently copies names and experience by hand.
Watch out
resumes hold personal data, so check how long your tools keep it before automating the flow.
Eden AI28

Parse an ID document

ActionIn the docs only

Reads an identity document and returns its details as data, which spares your team from copying them into a form.

When to use it
in a customer onboarding flow, right after the document upload, before the account is opened.
Watch out
pair it with Compare two faces if you also need to confirm that the person matches the photo.
Eden AI29

Parse an invoice or receipt

ActionIn the docs only

Reads a bill or a receipt and gives back its key details as data, ready for your accounting sheet or expense tool.

When to use it
when supplier invoices land in a mailbox or a folder and someone retypes totals and dates every time.
Watch out
compare a handful of results with the originals before letting the scenario write into your books.
Eden AI30

Remove image background

ActionIn the docs only

Cuts the subject out of a photo and drops the background, so product shots come out clean without a design tool.

When to use it
when new product photos are added to a catalog and each one needs the same neutral look.
Watch out
hair, glass and thin edges can come out rough, so glance at the result before it goes to your store.
Eden AI31

Send a chat message

ActionIn the docs only

Sends a prompt to a language model through Eden AI and gets a written answer back, for a summary, a draft or a classification.

When to use it
when a single question is enough, such as drafting a reply to a support ticket that a person will review.
Watch out
for a conversation that must remember earlier turns, look at Create a stateful response instead.
Eden AI32

Text to speech

ActionIn the docs only

Turns written text into spoken audio, so an article or an announcement can be heard as well as read.

When to use it
to add an audio version to each new blog post or to prepare voice messages from a script stored in a sheet.
Watch out
long texts produce heavy files, and the Free plan of Make caps files at 5 MB.
Eden AI33

Transcribe audio to text

ActionIn the docs only

Turns a recording into written text, so what was said in a call or a voice note becomes searchable.

When to use it
after a sales call or an interview is recorded, to store the transcript next to the contact in your CRM.
Watch out
audio files grow fast, and on the Free plan Make handles files of 5 MB at most.
Eden AI34

Translate a document

ActionIn the docs only

Translates a whole file, so a document can be sent to a foreign partner without copying its text out first.

When to use it
for contracts, manuals or brochures that must exist in another language as soon as the original is approved.
Watch out
for a short string such as a product title or a message, Translate text is the simpler choice.
Eden AI35

Translate text

ActionIn the docs only

Translates a piece of text from one language to another, handy for messages, product titles and short descriptions.

When to use it
when a customer writes in a language your team does not read, to show the ticket in yours before anyone answers.
Watch out
keep a person on the final check for anything legal or published, since a machine translation can miss nuance.
Eden AI36

Upload a file

ActionIn the docs only

Sends a file to Eden AI so later modules can work on it, which keeps the document itself out of every following step.

When to use it
when the file comes from another app in the scenario and an Eden AI feature needs it before it can start.
Watch out
the Make Free plan accepts files up to 5 MB, so large scans or recordings need a paid plan.
Need help

Need help automating Eden AI with Make?

A person reads every message.

FAQ

Eden AI and Make: common questions

01Is the Eden AI Make integration free?
Yes, on the Make side. Eden AI is a standard app, available on the Free plan along with more than 3,000 others. The Free plan allows 2 active scenarios, a 15-minute minimum between scheduled runs, 5 minutes of execution per run and files up to 5 MB. Eden AI bills its own usage separately: you need an account with credits or a sandbox token, and its pricing page gives the details. Paid Make plans lower the interval to 1 minute and lift the limit on active scenarios.
02What do you need to connect Eden AI to Make?
An active Eden AI account and an API key with enough credits, or a sandbox token for testing. You find the key in your Eden AI account settings, under the API tab. In Make, add any Eden AI module, click Create a connection, name it if you want and paste the key. That single connection then serves all 36 Eden AI modules, so you only do this once per account.
03Can Eden AI start a Make scenario on its own?
No. Eden AI has no trigger module, so it cannot tell Make that something happened. The scenario starts another way: with the trigger of another app, such as a new file or a form entry, or with the Make schedule on the first module, every 15 minutes by default. Eden AI modules then run in the middle of the flow, once per bundle they receive. On paid plans the schedule can go down to 1 minute.
04What if the Eden AI module you need is missing in Make?
Use Make an API call. It reaches any endpoint of the Eden AI API with the connection you already set up, so you are not limited to the 33 actions and 3 searches in the list. Keep in mind that the Make documentation for this app is itself AI-generated and may contain mistakes, as the page warns. For anything important, check the Eden AI documentation or ask Eden AI directly.
05Should you use Make or n8n with Eden AI?
It depends on the tool your team already runs. On Make, Eden AI comes with 36 ready modules, one connection for all of them and the Make an API call module for the rest, all on the Free plan. Many apps also exist as an n8n node, so check the n8n side before deciding if your automations already live there. Pick the platform where your other apps and your team's habits are; the Eden AI features stay the same.