cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/daemon/e2e/decrypt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "session_id": "<string>", "chunk_ids": [ "<string>" ] } '
{ "chunks": [ { "chunk_id": "<string>", "ciphertext": "<string>", "iv": "<string>" } ], "session_chunks_remaining": 123 }
Retrieve encrypted chunk ciphertext for client-side decryption. Requires a valid decrypt session. The desktop bridge decrypts locally and returns plaintext to the agent.
API key must be provided in the Authorization header
Retrieve ciphertext for client-side decryption.
Active decrypt session ID
IDs of chunks to retrieve ciphertext for
Successful Response
Encrypted chunk data for client-side decryption
Show child attributes
Remaining decryption quota for this session
Was this page helpful?
Suggestions
Contact support