Movabase Docs
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.

POST
/api/projects/{project-id}/bitbucket/sync
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

Formatuuid

Response 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": {}
}