GET /translate/result/{job_id} Requires Auth

Get translation result

Back to API

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_id string required path
Job identifier
Example: a1b2c3d4
format string 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

success boolean
Example: 1
download_url string
Download URL for translated file
Example: https://nexus-api.dhurgham.dev/api/file-translation-api/dl/abc123
text string
Translated text (for images only)
message string
Result message

Endpoint URL

https://nexus-api.dhurgham.dev/api/file-translation-api/translate/result/a1b2c3d4

Subscription Plans

Basic

Basic plan

$5,000.00/month

  • 1,000 requests/month
  • 100 requests/hour
  • 20 requests/minute
Login to Subscribe

free

$0.00/month

  • 1,000 requests/month
  • 1000 requests/hour
  • 1000 requests/minute
Login to Subscribe