Base URL:
https://api.modelfront.com
Versions:v1
Endpoints:/predict
,/languages
,/models
To get your API access token and code samples, request invite from support@modelfront.com and once signed in to the dashboard, click on the API tab.
/predict
The /predict
endpoint returns a quality score for the given segment's translation.
POST /v1/predict?sl={sl}&tl={tl}&token={token}&model={model}...
Host: api.modelfront.com
Content-Type: application/json
sl |
string | required | The source language code |
tl |
string | required | The target language code |
token |
string | required | Your API access token |
model |
string | required | Your custom model ID with which to perform quality prediction |
... |
... | ... | ... |
For the full API documentation, please contact us at support@modelfront.com