Secure Operations (Non-Streaming)
Non-streaming endpoints handle cryptographic operations with Base64-encoded data in JSON format. Ideal for smaller data (up to 5 MB).
Available Operations
- Encrypt Data (
/api/crypto/encrypt
) - Decrypt Data (
/api/crypto/decrypt
) - Sign Data (
/api/crypto/sign
) - Verify Signature (
/api/crypto/verify
) - Re-encrypt Data (
/api/crypto/reencrypt
) - Re-sign Data (
/api/crypto/resign
)
Common request format:
Example: Encryption Request
Example: Encryption Response
For more details and error responses, consult the Swagger UI.