Translation

Proofread default language translations and fix plural keys via AI

Publishes a proofread task to the queue. The consumer reads all source_story entries for the given projectType + story in the default language, sends them to AI for proofreading and plural key fixing, then updates changed records.

POST
/api/v2/default-translations/proofread-default

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v2/default-translations/proofread-default" \  -H "Content-Type: application/json" \  -d '{    "projectTypeId": 8,    "storyId": 1  }'
{  "message": "Proofread task accepted"}
Empty
Empty
Empty
Empty
Empty