-
Envoi du prompt au modèle
curl -XPOST https://spp.etalab.gouv.fr/api/spp/anonymize -H "Content-Type: application/json" \ -H "Authorization: Bearer $API_KEY" \ -d '{"id":"123", "text":"Merci pour service."}'
-
Récupération de la réponse du modèle
curl -XPOST https://spp.etalab.gouv.fr/api/spp/prod/run/ditp-get-data -H "Content-Type: application/json" \ -H "Authorization: Bearer $API_KEY" \ -d '{"id":"123"}'