GET /dl/{token}

Download translated file

Download a translated file using its download token

Test Endpoint

Parameters

token * path string

Download token from translation result

Example:

abc123

Code Examples

curl -X GET \
  -H 'Content-Type: application/json' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/dl/abc123'
Example cURL Request
curl -X GET \
  -H 'Content-Type: application/json' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/dl/abc123'
frontend.example_response
{
    "message": "Success"
}