Clés API
Gérez vos clés API pour l'accès CLI et API auto-hébergée.
Vos clés API
Utilisation de l'API
Utilisation du traitement de documents pour la période de facturation en cours.
Documents traités
—
Plan
—
Restant
∞
Démarrage rapide
Utilisation CLI
bash
# Set your API key
export PROMPTSHIELD_API_KEY="ps_live_your_key_here"
# Anonymize a document
promptshield anonymize invoice.pdf -o invoice-redacted.pdf
# Start a local API server
promptshield serve --port 8000Utilisation Docker
bash
# Run with Docker
docker run -e PROMPTSHIELD_API_KEY="ps_live_your_key_here" \
-p 8000:8000 promptshield/promptshield-api:latest