Skip to Content
DocumentationGetting StartedIntroduction

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:

EndpointPurpose
POST /v1/proofreadGrammar, spelling, and style analysis
POST /v1/essay-critiqueComprehensive academic essay feedback

Both endpoints support synchronous and asynchronous processing, idempotent requests, and multi-model fallback chains.

Prerequisites

Before making API calls you need:

  1. A tenant account — Provisioned by a GoTamil platform operator
  2. OIDC credentials — A valid bearer token with your tenant_id claim
  3. BYOK credentials — A Google Gemini API key uploaded via the admin console or BYOK API

Next Steps

Last updated on