Getting Started
Welcome to the GoTamil API documentation. This section covers everything you need to start integrating with the API.
Overview
GoTamil API provides two core AI endpoints for Tamil language processing:
| Endpoint | Purpose |
|---|---|
POST /v1/proofread | Grammar, spelling, and style analysis |
POST /v1/essay-critique | Comprehensive academic essay feedback |
Both endpoints support synchronous and asynchronous processing, idempotent requests, and multi-model fallback chains.
Prerequisites
Before making API calls you need:
- A tenant account — Provisioned by a GoTamil platform operator
- OIDC credentials — A valid bearer token with your
tenant_idclaim - BYOK credentials — A Google Gemini API key uploaded via the admin console or BYOK API
Next Steps
- Quickstart — Make your first API call
- Authentication — Understand the auth model
- BYOK Setup Guide — Configure your Gemini credentials
Last updated on