Public API
Sync translations from Bitbucket
Syncs translations FROM the Bitbucket repository TO the database. Returns a Server-Sent Events (SSE) stream with real-time progress. Auto-detects language from file/folder structure. Creates file_translation records if needed. Supports JSON, PO, Android XML, and iOS Strings formats. Requires `canEditTranslations` permission.
sb-access-token<token>
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
project-id*string
Project ID
Format
uuidResponse Body
text/event-stream
curl -X POST "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/bitbucket/sync"{
"type": "string",
"message": "string",
"data": {}
}