ReferenceNeet
Retrieve a diagram image for a NEET question
Fetch a diagram image referenced by a question in a NEET paper. Images are stored in JPEG, PNG, or WebP format.
Diagram filenames follow the pattern:
q{number}-fig{count}.{ext}— e.g.q001-fig1.jpgq{number}-img-{id}.{ext}— e.g.q013-img-7.jpeg
The diagram is binary; the Content-Type header indicates
the image format.
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
Exam year (must match the paper's year).
shift*string
Shift identifier (must match the paper's shift).
filename*string
Diagram image filename. Common patterns:
q{number}-fig{count}.jpgq{number}-img-{id}.jpegq{number}-fig{count}.png
Match
^q[0-9]+-(fig|img)-[0-9]+\.(jpg|jpeg|png|webp)$Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/neet/2024/05may-s1/diagrams/q013-img-7.jpeg""string"{
"error": "Invalid or expired API key. Get a new one at paperstack.qzz.io."
}{
"error": "Invalid or expired API key. Get a new one at paperstack.qzz.io."
}{
"error": "Invalid or expired API key. Get a new one at paperstack.qzz.io."
}{
"error": "Invalid or expired API key. Get a new one at paperstack.qzz.io."
}Was this page helpful?