Protected API
Authenticate approved clients with server-side Transline2 API keys and explicit DeepL credential policy.
Transline2
Transline2 provides the protected API, hosted widget, translation cache, and Laravel proxy integration for translating selected HTML fragments.
Transline2 serves the hosted widget and translation API. Customer websites call their own proxy route, which forwards approved requests to Transline2.
A customer page loads the standalone widget from the Transline2 server.
Browser requests stay same-origin and are forwarded by the customer app with its API key.
Transline2 validates the client, translates through DeepL, sanitizes HTML, and caches the result.
This embedded demo is served by a separate customer-style application and uses the production proxy flow.
Authenticate approved clients with server-side Transline2 API keys and explicit DeepL credential policy.
Keep customer credentials server-side by routing browser widget requests through a same-origin proxy.
Serve a standalone minimal widget that scans marked HTML fragments and keeps its controls style-isolated.
Cache translations by SHA-256 content hash, sanitize returned HTML, and track per-client usage.