M

MotaWord API

by MotaWord

Use MotaWord API to post and track your translation projects.

aimotaword

Quick Reference

Base URL https://api.motaword.com Auth type Basic Auth Auth header Authorization: Basic BASE64(username:password) Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api.motaword.com Endpoint status Live — HTTP 200 — endpoint is accessible1.88s (checked Mar 29, 2026) Builder score C 51% builder-friendly
Pricing
28
Latency
60
Depth
61

Authentication

HTTP Basic Auth — base64-encoded username:password

Authorization: Basic BASE64(username:password)

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Pay-per-use translation platform. From $0.05/word. Project-based pricing.

Key Endpoints

MethodPathDescription
GET / Available endpoints
GET /async/download Download result of an async operation
GET /blogs Get blog posts - ordered by created desc by default
DELETE /cache/{key} Clear cache by key
GET /commissions Returns a commission list of current client.
POST /commissions Returns a commission list of current client.
GET /continuous_projects View continuous projects
POST /continuous_projects Create a continuous project

Sample Request

curl -X GET 'https://api.motaword.com/' \
  -H 'Authorization: Basic BASE64(username:password)'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official MotaWord documentation.