💬Ask
Cette route permet de poser une question à l'IA Dimdam's.
Paramètres d'en-tête
AuthorizationstringRequis
Token d'accès autorisant la requête
Corps
questionstringOptionnel
Question to ask the AI.
Réponses
200
Réponse réussie
application/json
400
Mauvaise requête
application/json
post
POST /v1/ask HTTP/1.1
Host: api.dimdams.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"question": "text"
}
{
"question": "text",
"answer": "text"
}
Dernière mise à jour
Cet article vous a-t-il été utile ?