GET
/translate/result/{job_id}
Requires Auth
Get translation result
Get the result of a completed translation job. Returns download URL or HTML page.
Parameters
job_id
* required
(path)
string
Job identifier
format
(query)
string
query
Response format
Code Examples
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://nexus-api.dhurgham.dev/api/file-translation-api/translate/result/a1b2c3d4?format=json'
Request Information
Example cURL Request
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://nexus-api.dhurgham.dev/api/file-translation-api/translate/result/a1b2c3d4?format=json'
Request Schema
Query Parameters
-
job_idstring required path - Job identifier
-
Example:
a1b2c3d4 -
formatstring Optional query - Response format
-
Default:
json -
Example:
json -
Allowed values:
html, json
Responses
200
Success
{
"success": true,
"download_url": "https://nexus-api.dhurgham.dev/api/file-translation-api/dl/abc123",
"text": "string",
"message": "string"
}
Response Schema
-
successboolean -
Example:
1 -
download_urlstring - Download URL for translated file
-
Example:
https://nexus-api.dhurgham.dev/api/file-translation-api/dl/abc123 -
textstring - Translated text (for images only)
-
messagestring - Result message
Subscription Plans
Basic
Basic plan
$5,000.00/month
- 1,000 requests/month
- 100 requests/hour
- 20 requests/minute