OzCapsula Data Container
Configuring Oz API
# Generate private key:
openssl ecparam -name secp384r1 -genkey -noout | openssl pkcs8 -topk8 -nocrypt -out ./jwt.key
# Generate public key:
openssl ec -in ./jwt.key -pubout -out ./jwt.pubExamples
curl -X POST \
'{{host}}/api/folders' \
-H 'Content-Type: application/octet-stream' \
-H 'X-Forensic-Access-Token: <YOUR_TOKEN>' \
--data-binary '@/path/to/container.dat'curl -X POST \
'{{host}}api/instant/folders' \
-H 'Content-Type: application/octet-stream' \
-H 'X-Forensic-Access-Token: <YOUR_TOKEN>' \
--data-binary '@/path/to/container.dat'Exceptions
Obtaining a Session Token

Last updated
Was this helpful?
