grammarly-rate-limits

Installation
SKILL.md

Grammarly Rate Limits

Overview

Grammarly's Text API enforces plan-dependent rate limits across its writing score, AI detection, and plagiarism endpoints. The plagiarism checker is asynchronous and requires polling, which adds complexity to rate management. Token endpoints are separately throttled at roughly 10 requests per hour, so credential rotation during high-throughput batch processing of documents (e.g., scanning an entire content library) requires careful token lifecycle management to avoid auth-layer 429s on top of API-layer throttling.

Rate Limit Reference

Endpoint Limit Window Scope
Writing score 100 req (Business) 1 minute Per API key
AI content detection 60 req (Business) 1 minute Per API key
Plagiarism check (submit) 30 req 1 minute Per API key
Plagiarism check (poll) 120 req 1 minute Per API key
Token refresh 10 req 1 hour Per client credentials

Rate Limiter Implementation

Installs
1
GitHub Stars
2.8K
First Seen
Sep 3, 2026
grammarly-rate-limits — jeremylongshore/tons-of-skills-marketplace