# AlgoKYC Docs ## Docs - [Create Court Order](https://echomate.mintlify.app/api-reference/endpoint/create-order.md): Initiate a legal request to decrypt an identity and revoke a credential. - [Get Issuer Public Key](https://echomate.mintlify.app/api-reference/endpoint/get-pubkey.md): Fetches the issuer's uncompressed secp256k1 public key. - [Register KYC Proof](https://echomate.mintlify.app/api-reference/endpoint/register-kyc.md): Process a validated Zero-Knowledge proof and register the nullifier on-chain. - [API Reference](https://echomate.mintlify.app/api-reference/introduction.md): REST API endpoints for the AlgoKYC Backend Server - [Architecture & Algorithms](https://echomate.mintlify.app/architecture.md): A deep dive into the cryptographic stack, PLONK circuits, and the Algorand smart contracts powering AlgoKYC. - [AlgoKYC documentation](https://echomate.mintlify.app/index.md): Zero-Knowledge KYC SDK for the Algorand blockchain. Verify identity without touching user data. - [SDK Integration](https://echomate.mintlify.app/integration.md): How to add Zero-Knowledge KYC to your Algorand dApp in 3 lines of code. - [Quickstart](https://echomate.mintlify.app/quickstart.md): Start integrating zero-knowledge identity into your Algorand application in under 5 minutes. - [Security & Key Management](https://echomate.mintlify.app/security.md): How AlgoKYC balances Zero-Knowledge privacy with legal accountability using Shamir Secret Sharing. ## OpenAPI Specs - [openapi](https://echomate.mintlify.app/api-reference/openapi.json)