TextGears · Schema

Grammar Check Request

Request body for TextGears grammar and spelling check endpoints

GrammarSpellingText AnalysisReadabilityNatural Language ProcessingNLPText SummarizationLanguage Detection

Properties

Name Type Description
text string UTF-8 encoded text to analyze
language string Language code in BCP 47 format
key string API authentication key
ai boolean Enable AI-enhanced analysis
whitelist array Words or phrases to exclude from error detection
dictionary_id string Custom dictionary identifier
rules array Specific grammar rules to apply or exclude
View JSON Schema on GitHub

JSON Schema

grammar-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.textgears.com/schema/grammar-request",
  "title": "Grammar Check Request",
  "description": "Request body for TextGears grammar and spelling check endpoints",
  "type": "object",
  "required": ["text"],
  "properties": {
    "text": {
      "type": "string",
      "description": "UTF-8 encoded text to analyze",
      "minLength": 1
    },
    "language": {
      "type": "string",
      "description": "Language code in BCP 47 format",
      "default": "en-US",
      "enum": [
        "en-US", "en-GB", "en-ZA", "en-AU", "en-NZ",
        "fr-FR",
        "de-DE", "de-AT", "de-CH",
        "pt-PT", "pt-BR",
        "it-IT",
        "ar-AR",
        "ru-RU",
        "es-ES",
        "ja-JP",
        "zh-CN",
        "el-GR"
      ]
    },
    "key": {
      "type": "string",
      "description": "API authentication key"
    },
    "ai": {
      "type": "boolean",
      "description": "Enable AI-enhanced analysis",
      "default": false
    },
    "whitelist": {
      "type": "array",
      "description": "Words or phrases to exclude from error detection",
      "items": {
        "type": "string"
      }
    },
    "dictionary_id": {
      "type": "string",
      "description": "Custom dictionary identifier"
    },
    "rules": {
      "type": "array",
      "description": "Specific grammar rules to apply or exclude",
      "items": {
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/grammar-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.