# MotaWord API **Provider:** MotaWord **Category:** ai **Base URL:** `https://api.motaword.com` **Auth:** basic — `Authorization: Basic BASE64(username:password)` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.motaword.com ## Description Use MotaWord API to post and track your translation projects. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.motaword.com/` | Available endpoints | | GET | `https://api.motaword.com/async/download` | Download result of an async operation | | GET | `https://api.motaword.com/blogs` | Get blog posts - ordered by created desc by default | | DELETE | `https://api.motaword.com/cache/{key}` | Clear cache by key | | GET | `https://api.motaword.com/commissions` | Returns a commission list of current client. | | POST | `https://api.motaword.com/commissions` | Returns a commission list of current client. | | GET | `https://api.motaword.com/continuous_projects` | View continuous projects | | POST | `https://api.motaword.com/continuous_projects` | Create a continuous project | ## Authentication HTTP Basic Auth — base64-encoded username:password ``` Authorization: Basic BASE64(username:password) ``` ## Sample Request ```bash curl -X GET 'https://api.motaword.com/' \ -H 'Authorization: Basic BASE64(username:password)' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-per-use translation platform. From $0.05/word. Project-based pricing. --- *Source: [API Map](https://apimap.dev/apis/motaword/) — CC BY 4.0*