Connect Bitbucket repository
Connects a Bitbucket repository to the project. Tests the connection before saving. Requires `canEditProjects` permission.
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
Project ID
uuidRequest Body
application/json
Bitbucket workspace slug
Repository slug
OAuth access token
OAuth refresh token
Branch name (optional)
Base path for translation files in repo (optional)
File format for translations
"json" | "po" | "android" | "ios"Response Body
application/json
curl -X POST "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/bitbucket" \ -H "Content-Type: application/json" \ -d '{ "workspace": "string", "repo_slug": "string", "access_token": "string" }'{
"success": true,
"message": "string"
}Bulk translation operation
Performs bulk translation operations. Two modes: `replace-file` deletes all existing translations for a file+language and re-inserts; `bulk-upsert` efficiently compares existing vs new translations and batches updates/inserts. Requires `canEditTranslations` permission.
Create API key
Creates a new API key via Unkey. The full key is returned **only once** and cannot be retrieved again. Requires `canEditProjects` permission. API keys are prefixed with `loko_`.