M

motaword.com

MotaWord is a translation and localization platform for submitting projects, managing translation assets, and receiving translated content. It supports document, string, glossary, style-guide, and workflow management for multilingual content.

2 integrations · REST · CLI

MotaWord exposes a REST API at https://api.motaword.com plus the `motaword` CLI; both use developer-app credentials, with the API accessed via client-credentials access tokens and the CLI storing the app ID/secret in local profiles.

discovered 1d ago
REST · OpenAPI1
CLI1
Credentials
MotaWord API client (client ID + client secret)oauth2_ccSet up OAuth

Create a developer account via Register as a developer, then create an application in the Developer Portal or directly at Create application. After the app is created, open View Keys to get the client_id and client_secret. MotaWord docs say you use these to obtain an access token with the client_credentials grant.

MotaWord API access tokenbearerGet token

First create a developer app to get a client_id and client_secret from the Developer Portal. Then request a token from `POST /token` on https://api.motaword.com using grant_type=client_credentials and HTTP Basic auth where the username is the app ID and the password is the app secret. The response returns an access_token, which the main API accepts as the access_token query parameter per the published OpenAPI.

conventions · 0/8 published

Publish these signals → /publishing