GET
/dl/{token}
Requires Auth
Download translated file
Download a translated file using its download token
Parameters
token
*
path
string
Download token from translation result
Example:
abc123
Code Examples
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Content-Type: application/json' \
'https://nexonapi.com/api/translation-of-documents-and-files/dl/abc123'
Example cURL Request
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://nexonapi.com/api/translation-of-documents-and-files/dl/abc123'
frontend.example_response
{
"message": "Success"
}