Features Workflow Pricing About Contact
Login Register

EvalAI Developer API

Integrate handwriting OCR extraction and AI-assisted grading directly into your own LMS portals.

Under Active Development

Our developer integration SDKs and webhooks are currently undergoing closed beta testing with ABES Engineering and selective partners. We are launching public endpoints in Q3 2026.

Request Beta Access

Preview endpoint: Trigger Grading Job

Upload student sheets programmatically and receive a grading batch job token ID:

curl -X POST "https://api.evalai.dev/v1/jobs" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: multipart/form-data" \ -F "question_paper=@question_paper.pdf" \ -F "answer_sheets=@cse_batch_01.zip" \ -F "model_answer=@model_answer.pdf" \ -F "rubric_json=@rubric.json"