ÖrneklercURL Örnekleri

cURL Örnekleri

Sign API cURL kullanım örnekleri.

XAdES İmzalama

curl -X POST http://localhost:8085/v1/xadessign \
  -F "document=@efatura.xml" \
  -F "documentType=UblDocument" \
  -o signed.xml

PAdES İmzalama

curl -X POST http://localhost:8085/v1/padessign \
  -F "document=@document.pdf" \
  -o signed.pdf