> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/fr/api-documentation/quick-start.md).

# Démarrage Rapide

## 🆕 Démarrage rapide

Ce guide de démarrage rapide vous guide à travers les étapes essentielles pour commencer à utiliser AiKYNETIX — de la configuration de votre compte au téléchargement de votre première vidéo et à la récupération des résultats traités. Suivez ces étapes pour intégrer et explorer nos capacités de traitement vidéo.

#### Navigation dans la documentation

🆕 [**Démarrage rapide**](/fr/api-documentation/quick-start.md) (Vous êtes ici !)

[**Configuration du compte et abonnement**](/fr/api-documentation/quick-start/account-setup.md)\
• Inscription / Connexion (AUTH)\
• Abonnement et paiements (seuls les plans Pro/Entreprise activent l’accès à l’API)

**Astuce** : Sauvegardez vos identifiants en toute sécurité — l’accès à l’API nécessite une authentification!

[**Création de la clé API**](/fr/api-documentation/quick-start/api-key-creation.md)\
• Allez dans Paramètres → Gestion de l’API\
• Créez une clé API (fournissez un nom, un domaine, une description)\
• Gérez (désactivez ou supprimez) votre clé selon vos besoins

**Note** : Les utilisateurs du niveau gratuit peuvent explorer la plateforme mais n’auront pas d’accès à l’API.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aikynetix.app/fr/api-documentation/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
