API Endpoints

Complete reference for all PaperStack API endpoints, request parameters, and response structures.

API Endpoints

PaperStack exposes a RESTful API organized by exam, year, shift, and file. Discovery endpoints are public; data endpoints require authentication.

Public Endpoints (No Auth Required)

These endpoints return metadata about available data. No API key needed.

Protected Endpoints (Auth Required)

These endpoints require a valid API key in the Authorization header.

All protected endpoints require Authorization: Bearer ps_xxxxx. Requests without a valid key return 401 Unauthorized.

Shift Resolution

PaperStack supports smart shift resolution. You can reference shifts in three ways:

Input TypeExampleResolves To
Full shift name05may-s1Exact match
Suffix alias (recommended)s1First -s1 shift chronologically
Date prefix05mayFirst shift starting with 05may

Use shorthand aliases (s1, s2) for simpler URLs. PaperStack resolves the full shift name automatically.

Available Years

ExamYear RangeTotal Years
NEET2006–202621
JEE MainComing Soon
JEE AdvancedComing Soon

On this page