---
title: Proofread Text + Grammar Check API
slug: proofread-text-grammar-check
url: https://apyverse.com/sharpapi/service/proofread-text-grammar-check
provider: SharpAPI
categories: [Artificial Intelligence, SEO, Smart Generation]
tags: [grammar-check, proofreading, text-correction, content-editing, ai-writing]
auth: api_key
---

# Proofread Text + Grammar Check API

Submit text in content and get a corrected version back by job ID. Useful for cleaning user copy, support text, and editorial drafts.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/content/proofread` | What it does Submits text content for proofreading and grammar checking as an async job. The respon… | 50 |
| GET | `/sharpapi/api/v1/content/proofread/job/status/:job_id` | What it does Checks the status of a previously submitted proofreading job using its job ID. The res… | 1 |

## About

## What it does
Grammar Proofreader checks submitted text and returns a corrected version of that content. Send a string in `content`, create a job, then poll the job status endpoint with the returned `job_id` until the result is ready.

Use it when you need to clean up user-generated text, product copy, support replies, or any other short-form content before publishing. The service is asynchronous: the submit endpoint returns a `job_id` and a `status_url`, and the status endpoint reports whether the job is `queued`, `running`, `failed`, or `success`.

When the job completes successfully, the status response includes the proofread text in `data.attributes.result`. That makes it easy to plug into review workflows where you want corrected copy back without building your own grammar-checking logic.

Grammar Proofreader is a good fit for editorial automation, content QA, and lightweight text cleanup in apps that accept free-form text from users.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/sharpapi/service/proofread-text-grammar-check
