📚 TextPolish API Documentation

Getting Started

TextPolish provides a simple REST API for grammar, style, and readability analysis.

Quick Start

Coming soon! Full documentation is being finalized.

To get started with TextPolish API:

  1. Choose a plan and subscribe
  2. Receive your API key via email
  3. Make your first API call

Example API Call

curl -X POST https://api.textpolish.io/api/analyze \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"text": "Your text here"}'

Need Help?

Contact us at support@textpolish.io

← Back to Home