ConsoleCatalog
Sign in
JoSAA logo

JoSAA

josaa.nic.inGovernment Legalno auth

JoSAA India counselling records - schedules, bulletins, seat matrices, and PDFs.

Document PDF Download

ASYNCREADNo auth

Returns a downloaded PDF with its metadata, size, and page count.

ParametersFormJSON

CDN path document identifier for the PDF file (14+ digit upload id)

Optional full CDN PDF URL; when set, overrides document_id-based URL construction

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_josaa_nic_in_document_pdf_download",
    "params": {
      "document_id": "202606011735423571",
      "pdf_url": "https://cdnbbsr.s3waas.gov.in/s313111c20aee51aeb480ecbd988cd8cc9/uploads/2026/06/202606011735423571.pdf"
    }
  }'