mazzGOGO/TANGO-CHO
0
TANGO-CHO API (DeepL header-auth fix)
This Space exposes:
GET /healthPOST /translate(and/api/translate)POST /synonyms(and/api/synonyms)
Secrets
DEEPL_AUTH_KEY(or legacy nameDEEPL_KEY)- Optional:
DEEPL_PLAN=freeorpro - Optional:
DEEPL_API_BASE(override base URL) - Optional:
APP_TOKEN(if set, clients must sendX-App-Tokenheader)
Why this update?
DeepL deprecated legacy authentication methods (sending auth_key in query/body). Use Authorization: DeepL-Auth-Key <key> header instead.
