# Accéder à l'API

Lorsque vous êtes connecté, cliquez à droite sur votre nom, rendez-vous dans “Mon compte” et ensuite dans “Clés API”.

L'API (Application Programming Interface) est une interface qui connecte des logiciels, des services et des applications aux environnements différents afin qu'ils puissent connecter leurs données.

Votre développeur pourra dès lors intégrer Factures.com, par exemple, dans votre site d'e-commerce.

Vous trouverez toute la documentation API de Factures.com sur ce lien : <br>

{% embed url="<https://factures.com/fr/documentation/api>" %}


---

# Agent Instructions: 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://documentation.factures.com/plateforme/acceder-a-lapi.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.
