GET /translate/chunks/{job_id} Requires Auth

List PDF chunks

Back to API

Get list of all translated chunks for a PDF translation job

Parameters

job_id * required (path)
string

Job identifier

Code Examples

curl -X GET \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/translate/chunks/'

Request Information

Example cURL Request

curl -X GET \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  'https://nexus-api.dhurgham.dev/api/file-translation-api/translate/chunks/{job_id}'

Request Schema

Query Parameters

job_id string required path
Job identifier
Example:

Responses

200 Success
{
    "success": false,
    "job_id": "string",
    "chunks": []
}

Response Schema

success boolean
job_id string
chunks array

Endpoint URL

https://nexus-api.dhurgham.dev/api/file-translation-api/translate/chunks/{job_id}

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