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_`.
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
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/keys" \ -H "Content-Type: application/json" \ -d '{}'{ "key": "string"}Connect Bitbucket repository
Connects a Bitbucket repository to the project. Tests the connection before saving. Requires `canEditProjects` permission.
Create file translations
Creates file_translation records for one or more languages. Skips records that already exist. Requires `canEditTranslations` permission.