Document Directory

DL.Translator Developer Platform

PDF and Document Translation API

Build professional PDF and Office document translation workflows with the API, covering translation tasks, glossaries, text translation, formatting, languages, and models.

Developer Capabilities

Quick Start

  1. 1

    Register as a Developer

    Enable developer access and open the developer portal.

  2. 2

    Create API Key

    Use separate keys for different applications or environments.

  3. 3

    Create Translation Task

    Upload a file and save the returned taskId.

  4. 4

    Get Results

    Poll the task status, then download the translation or read the structured text.

Base URL: https://dltranslator.com/apiAuthorization: [yourSecretKey]
curl -X POST 'https://dltranslator.com/api/v1/translation/create' \
  --header 'Authorization: [yourSecretKey]' \
  --form 'file=@document.pdf' \
  --form 'fromLang=English' \
  --form 'toLang=Simplified Chinese'

API Directory

Translation Task API

Information API

Glossary API

Account API

More

Start Integration

Read the registration and authentication guide to get your API key and send your first request.

Introduction
Become a Developer