Demo · unified platform showcase
Build AI grading solutions on dex28
One example of how teams productize multimodal APIs: a custom math grading endpoint combining OCR, rubrics, and RBAC — identical patterns extend to chatbots, search, and analytics.
Configure demo
72%
45%
60%
Generated API spec
mockThis JSON mirrors what dex28 registers for a /v1/math-grade style route — swap pipelines and scopes for your domain.
Ship in four steps
- 1Design rubric & prompts — align pedagogy (or domain rules) with model instructions.
- 2Test OCR & grading — validate on representative sheets in the playground.
- 3Annotate visuals — bound boxes and structure flow into perception downstream.
- 4Expose with RBAC — who can author, publish, and call the endpoint.
Sample · invoke /v1/math-grade
curl -X POST https://api.dex28.io/v1/math-grade \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: multipart/form-data" \ -F "guided=@answer_key.pdf" \ -F "submission=@student_scan.jpg" \ -F "rubric_profile=ed-std-2025"
Use the same flow for chatbots, enterprise search, or field inspection — one platform, many endpoints.
Create your API