Translation
Cette page n'est pas disponible en français. La version anglaise est affichée.
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.
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