Dernière mise à jour il y a 6 mois
Cette route permet de poser une question à l'IA Dimdam's.
Paramètres de la question
Question to ask the AI.
Réponse réussie
Question asked.
AI response.
const response = await fetch('https://api.dimdams.com/v1/ask', { method: 'POST', headers: { "Authorization": "text", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "question": "text", "answer": "text" }