Déposez un fichier pour le certifier sur la blockchain Polygon avec horodatage TSA RFC 3161.
ℹ Hash calculé localement → Signature HSM → TSA DigiCert RFC 3161 → Ancrage Polygon PoS
Intégrez TrustSeal dans vos systèmes via l'API REST.
Votre token d'accès
Connectez-vous pour voir votre token
Endpoint de base
https://api-ts.e-sotop.com/v1
Certifier un fichier
curl -X POST https://api-ts.e-sotop.com/v1/certify \
-H "Authorization: Bearer {TOKEN}" \
-H "Idempotency-Key: $(uuidgen)" \
-F "file=@document.pdf"
Vérifier un hash
curl -X POST https://api-ts.e-sotop.com/v1/verify \
-H "Content-Type: application/json" \
-d '{"content_hash":"sha256:e3b0c44..."}'