API Portal
Manage and integrate the Pidgin Intelligence.
Base URL: https://intelligence.pidginbible.com/wp-json/pidgin-translator/v1
Available endpoints
| Method | Endpoint | Auth | Purpose |
|---|---|---|---|
| GET | /status | Public | Basic API status and feature information. |
| GET | /health | Public | Operational health check for API, WordPress and Mistral configuration. |
| GET | /languages | Public | List supported languages. |
| POST | /register-client | Public | Create an API key and browser client_id. |
| POST | /auth/token | Public | Exchange a public client_id for a short-lived browser access token after Origin validation. |
| POST | /translate | API key | Translate up to 25 text items per request. |
| POST | /website/translate | API key | Website Translation Engine endpoint for DOM text, attributes, AJAX and dynamic content. |
| GET | /website/script | Public | Browser-side Website Translation Engine script. |
| GET | /usage | API key | View usage, subscription and plan limits for the authenticated key. |
| GET | /plans | Public | List public subscription plans and limits. |
| POST | /test-key | API key | Validate a key and run a small translation test. |
| GET | /docs | Public | Machine-readable API documentation. |