Skip to content

etalab-ia/albert-spp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albert - Services Publics Plus

  1. 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."}'
  2. 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"}'