Skip to main content

Get Autocorrection

GET /v1/autocorrect/{id}

Fetch the status or result of a specific autocorrection job.

Authentication

  • Type: Bearer Token

Path Parameters

FieldTypeRequiredDescription
idstringYesThe autocorrection job ID

Example Request

curl -X GET https://sandbox-api.pegasi.ai/v1/autocorrect/123 \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"

For more information, see Create Autocorrection.