Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 537 Bytes

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"}'