Document Directory

商译AI Developer Platform

Enterprise Document Translation API

Integration of enterprise document translation and API for task management, glossary, text translation, formats, 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://shangyiai.com/apiAuthorization: [yourSecretKey]
curl -X POST 'https://shangyiai.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