The Agricultural Scientists Recruitment Board (ASRB) API integrates with India's DigiLocker platform to issue digital merit certificates for the National Eligibility Test (NET-I and NET-II). Candidates who qualified in the 2019 cycles can pull their results directly into a verified DigiLocker record using a single endpoint. The API is part of API Setu, the Government of India's gateway for citizen-facing document services, and is intended for integrators that already operate inside the DigiLocker ecosystem.
1 endpointsThe Kerala Public Service Commission (KPSC) API on API Setu issues verifiable digital documents to government job candidates and serving employees. Through DigiLocker integration it currently exposes the One Time Verification (OTV) certificate, with admission tickets and departmental test certificates also covered by the broader programme. Integrators can fetch the OTV certificate as a signed document payload rather than asking applicants to upload scans.
1 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.