This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Checks whether a site has enough credits to translate the specified number of words.
Number of words to translate.
Whether the site has enough credits to translate the specified number of words.
curl -X GET \
'https://www.wixapis.com/translation-credits/v1/credit/is-eligible' \
-H 'Authorization: <AUTH>' \
-d '{
"wordCount": 100
}'
{
"sufficientCredits": true
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.