Update Project Settings
Update an existing project’s AI model preferences, TTS provider, translation memory / MT profile assignment, and sharing visibility. The endpoint is partial: only fields present in the body are written, so a single field can be changed without resending the rest. Authorization is restricted to the project owner and other accounts in the same organization.
Authorizations
Path Parameters
Project ID
Body
Partial update payload for project preferences and visibility. Only fields present in the body are applied; omitted fields are preserved.
AI model provider type for chat
GPT, CUSTOM AI model identifier for chat
gpt-5-mini, gpt-4o-mini, plai, quokka AI model provider type for insights
GPT, CUSTOM AI model identifier for insights
gpt-5-mini, gpt-4o-mini, plai, quokka AI model provider type for translation
GPT, CUSTOM AI model identifier for translation
gpt-5-mini, gpt-4o-mini, plai, quokka Text-to-speech provider for dubbing
eleven_v2, eleven_v3, azure_tts Machine translation profile identifier (TMS UID)
1Translation memory identifier (TMS UID)
1When true, the project is shared so it can be accessed by the API key owner. When false, that share is revoked.
Response
Project updated successfully