Supported languages
A complete reference of the 32 language codes supported by the Rankability API, including special values, what the language field controls, and practical examples for creating non-English content.
Last updated
Was this helpful?
Was this helpful?
curl -X POST https://app.rankability.com/api/agent/v1/copywriter/jobs \
-H "Authorization: Bearer rk_live_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"topic": "best crm for small business",
"intent": "discover",
"mode": "auto",
"language": "he"
}'curl -X POST https://app.rankability.com/api/agent/v1/copywriter/jobs \
-H "Authorization: Bearer rk_live_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"topic": "mejores herramientas seo",
"intent": "discover",
"mode": "auto",
"language": "es",
"location": "Mexico City, Mexico"
}'curl -X POST https://app.rankability.com/api/agent/v1/copywriter/jobs \
-H "Authorization: Bearer rk_live_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"topic": "SEO best practices",
"intent": "educate",
"mode": "auto",
"language": "ja"
}'