API Agents
Endpoints pour la gestion des agents/employés.
SDK: client.app.multiService.agent
Endpoints
Lister les agents
POST /app/{appId}/multi-service/agents/listRequête
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Clé API |
curl -X POST https://api.applite.ai/app/{appId}/multi-service/agents/list \
-H "Content-Type: application/json" \
-d '{"apiKey": "your_api_key"}'Obtenir un agent
POST /app/{appId}/multi-service/agents/{id}Requête
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Clé API |
curl -X POST https://api.applite.ai/app/{appId}/multi-service/agents/{agentId} \
-H "Content-Type: application/json" \
-d '{"apiKey": "your_api_key"}'Last updated on