GET / Requires Auth

Web UI - File Translator

Beautiful web interface for file translation with support for file uploads, URL input, bilingual mode, and localization (English/Arabic).

Test Endpoint

Parameters

lang query string

UI language. Supports 'en' (English) or 'ar' (Arabic). Default: en

Example:

en

Allowed Values:

en ar

Code Examples

curl -X GET \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/?lang=en'
Example cURL Request
curl -X GET \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/?lang=en'
frontend.example_response
{
    "message": "Success"
}