Monitoring & Configuration¶
Health Check¶
Retourne 200 OK si l'application est en bonne santé.
Chiffrement de configuration¶
Chiffre une configuration utilisateur en token Fernet pour les URLs Stremio.
curl -X POST http://localhost:8080/api/config/encode \
-H "secret-key: VOTRE_SECRET_API_KEY" \
-H "Content-Type: application/json" \
-d '{"debrid": "realdebrid", ...}'
CSRF
Cet endpoint est protégé par un token CSRF en plus du header secret-key.
Documentation interactive¶
| URL | Description |
|---|---|
/api/docs |
Swagger UI |
/api/redoc |
ReDoc |
/api/openapi.json |
Schéma OpenAPI JSON |