📚 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:
- Choose a plan and subscribe
- Receive your API key via email
- 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