Skip to content
JEE Main & JEE Advanced datasets — Coming Soon
ReferenceJee advanced

Retrieve a diagram image for a JEE Advanced question

GET
/jeeadv/{year}/{shift}/diagrams/{filename}

Authorization

BearerAuth
AuthorizationBearer <token>

Unkey API key. Prefix: ps_ (production) / ps_test_ (staging).

Authorization: Bearer ps_xxxxxxxxxxxxxxxxxxxxxxxx

Get your key at paperstack.qzz.io.

In: header

Path Parameters

year*string
shift*string
filename*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/jeeadv/string/string/diagrams/string"
"string"
{
  "error": "Missing API key. Include it as: Authorization: Bearer ps_xxxx"
}
{
  "error": "Invalid or expired API key. Get a new one at paperstack.qzz.io."
}
Empty
{
  "error": "Rate limit exceeded. Max 1 request per second on your plan. Please slow down."
}
Was this page helpful?