Smartling REST API

Smartling's REST API for the translation management platform. Resource groups include Authentication, Accounts, Projects, Source Files, Strings, Translations, Jobs, Glossary, Issues, Quality Checks, MT, and Reports. Authentication via api.smartling.com/auth-api/v2/authenticate returns a bearer access token used in subsequent requests.

API entry from apis.yml

apis.yml Raw ↑
aid: smartling:api-v2
name: Smartling REST API
description: Smartling's REST API for the translation management platform. Resource groups include Authentication,
  Accounts, Projects, Source Files, Strings, Translations, Jobs, Glossary, Issues, Quality Checks, MT,
  and Reports. Authentication via api.smartling.com/auth-api/v2/authenticate returns a bearer access token
  used in subsequent requests.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api-reference.smartling.com/
baseURL: https://api.smartling.com
tags:
- REST
- OAuth
- Projects
- Files
- Translations
- Jobs
- Glossary
- Quality
- MT
properties:
- type: Documentation
  url: https://api-reference.smartling.com/
- type: HelpCenter
  url: https://help.smartling.com/hc/en-us/articles/1260804843689-Overview-of-the-API
- type: GettingStarted
  url: https://help.smartling.com/hc/en-us/articles/1260804661570-Getting-Started-with-the-API
- type: Authentication
  url: https://help.smartling.com/hc/en-us/articles/1260805176849-Authentication
- type: APITokens
  url: https://help.smartling.com/hc/en-us/articles/115004187694-API-Tokens
- type: SDK
  title: Java
  url: https://github.com/Smartling/java-api-sdk
- url: graphql/smartling-graphql.md
  type: GraphQL