Countdown /JEE Main Session 2 JEE Advanced NEET UG CAT
Platform · developers · API · early access

The engine. Just the engine.

Three APIs: Scan & Grade, ATRIX doubt, and Rank forecast. For institutes and edtech builders who have their own app, their own students, their own brand — and want our math-verified grading or doubt tutor running behind their own UI.

Not self-serve. Pricing is per-institution, negotiated against volume and use case. The consumer subscription doesn’t include API access.

# Grade one scanned answer sheet.
# Returns step-level feedback in ~40s.

curl https://api.aspireace.in/v1/grade \
  -H "Authorization: Bearer $KEY" \
  -F "sheet=@answer.pdf" \
  -F "rubric=jee_physics_2026_test_04"

→ {
  "score": 47,
  "max": 60,
  "steps": [
    { "q": 1, "awarded": 3,
      "flags": ["sign_err_step_3"] },
    // ...
  ],
  "verify": { "math verification": true }
}
Endpoints · v1 · stable

Three surfaces. Priced per call.

POST
/v1/grade
Scan & Grade
Upload a PDF/image answer sheet + rubric ID. Returns step-level scores, error flags, and math-verified algebra checks. Async webhook option for bulk.
₹12 / page
POST
/v1/atrix/ask
ATRIX doubt
Text, image or voice-transcript question. Returns stepwise solution with source citations. Pluggable retrieval store — point it at your content library if you have one.
₹2 / query
POST
/v1/predict/rank
Rank forecast
Post a student's recent scores and demographics. Returns P10/P50/P90 rank bands, college probability tiers, SPRE-India risk index. Calibrated on 4 years of JEE+NEET data.
₹18 / call
GET
/v1/usage
Usage & billing
Your account's call counts, per-endpoint breakdown, current month's invoice. All prices exclude GST.
Free

Volume pricing past 100k calls/month. Rates negotiated in the partnership agreement — published prices are list.

Limits & contracts

The boring parts.

Rate limits

60 req/s per key, burstable to 300. Bulk grading is async — queue up to 10,000 pages and poll.

SLA

99.5% uptime, credited back past that threshold. P95 latency: grade 42s, atrix 3.1s, predict 180ms.

Data residency

AWS Mumbai. All student content retained 30 days then purged. Zero-retention mode available for regulated use cases.

Training

Your API payloads are never used to train our base models. This is in the contract and audited in SOC 2.

Whitelabel

The "Powered by AspireACE" line is required in the first cohort; removable at an enterprise tier.

Early access

Fourteen partners this year.

We’re deliberately small. API access is not a self-serve signup — every partner goes through a call with our solutions team first, because bad integrations reflect on our engine. Apply with a short note about what you’re building.

Typical response: 3 working days. Please include: your product, expected call volume, and which endpoint you care about first.