cURL
curl --request POST \ --url https://{deployment}.convex.site/v1/projects/{projectId}/translate \ --header 'Content-Type: application/json' \ --data ' { "locales": [ "nl-NL", "fr-FR" ] } '
{ "jobs": [ { "jobId": "job_xyz", "locale": "nl-NL", "status": "queued", "totalKeys": 143 } ] }
Trigger a translation run. Runs only changed/new keys if a diff is pending.
1
"proj_abc123"
["nl-NL", "fr-FR"]
Translation jobs started
Show child attributes