> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/v2/fr/modeles-extraction/no-code-integration/make.com-scenarios.md).

# Scénarios make.com

{% hint style="info" %}
Utilisez uniquement l'application vérifiée [**application Mindee V2**](https://www.make.com/en/integrations/mindee).

Les applications communautaires fonctionnent uniquement avec Mindee V1.
{% endhint %}

## Avant de commencer

Lorsque vous intégrez Mindee avec Make, vous aurez besoin d'un module d'entrée de fichier.

Dans la documentation Make, jetez un coup d'œil à la section : [Travailler avec des fichiers](https://help.make.com/working-with-files)

## Ajouter Mindee à un scénario Make.com

Vous pouvez utiliser l'application Mindee dans n'importe quel scénario Make.com.

Lorsque vous ajoutez un module, recherchez « mindee » et sélectionnez **Mindee V2** vérifiée :

<figure><img src="/files/2a1a8ce848ad36bfe374070c6d90571aefbde78d" alt="add Mindee V2 to make.com" width="563"><figcaption></figcaption></figure>

Ensuite, choisissez l'action « Extraire les données du document » :

<figure><img src="/files/bd5e10cccff9886f692fcaa5c786fa02d74f16db" alt="Selecting &#x22;Enqueue and Retrieve an Inference&#x22; in make.com scenario" width="563"><figcaption></figcaption></figure>

Une fois que vous avez le module « Extraire les données du document » dans votre scénario, vous devrez le connecter à l'un de vos [Gestion des clés d’API](/v2/fr/integrations/api-keys.md).

Pour cela, cliquez sur le bouton « Créer une connexion » :

<figure><img src="/files/dd4c71f7d1ee9f62716bcba47cb566919b7c7965" alt="opening the Mindee V2 connection creation in make.com" width="563"><figcaption></figcaption></figure>

Dans la boîte de dialogue Créer une connexion, renseignez les informations suivantes :

* Un nom pour votre connexion, il doit être au format : `MindeeV2-` + le nom de votre clé API
* votre [clé API Mindee V2](/v2/fr/integrations/api-keys.md#key-creation)

Terminez en cliquant sur « Enregistrer ».

<figure><img src="/files/710af85ae03d746f49eb64b3378e82e583896c3b" alt="mindee v2 connection info in make.com" width="563"><figcaption></figcaption></figure>

Vous pouvez maintenant spécifier le modèle à utiliser. Pour cela, cliquez sur « Rechercher un modèle » :

<figure><img src="/files/b38d6a5091c916007fc3667ba3af0cacf78815d5" alt="opening the search model for mindee v2 in make.com" width="563"><figcaption></figcaption></figure>

Dans la fenêtre de dialogue, vous pourrez saisir une chaîne de recherche.

Saisissez le nom du modèle que vous souhaitez utiliser, puis cliquez sur « OK ».

<figure><img src="/files/f1647cc1e16f184ebff0750debe30f4a2de1de67" alt="search for Mindee v2 model in make.com" width="563"><figcaption></figcaption></figure>

S'il n'y a qu'une seule correspondance à votre terme de recherche, l'ID de modèle sera ajouté.

S'il y a plusieurs correspondances à votre recherche, choisissez la bonne dans la liste :

<figure><img src="/files/499fa52e5c059636aa6d715e3cb74ec93782f92b" alt="choosing a Mindee v2 model in make.com" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
**Voilà, c'est terminé !** Le module Mindee V2 est maintenant prêt à accepter des connexions.
{% endhint %}

Cliquez sur « Enregistrer ».

{% hint style="info" %}
**Ne renseignez pas les informations « File » dans le module Mindee V2.**

Cela est fait automatiquement en connectant un module approprié.
{% endhint %}

## Étapes suivantes

Maintenant que Mindee est intégré, vous pouvez utiliser les résultats dans n'importe quelle action Make.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mindee.com/v2/fr/modeles-extraction/no-code-integration/make.com-scenarios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
