API Console
Cluster: Online
Endpoints
CORE
AUDIO
ANALYTICS
Request Configuration/v1/translate
Authorization Header
SESSION
Ephemeral token — scoped to this console session.
payload.text *
payload.target_language *
payload.source_language
Live RequestcURL
curl -X POST "https://api.localenlp.com/v1/translate" \
-H "Authorization: Bearer sk_live_ln_*****" \
-H "Content-Type: application/json" \
-d '{
"text": "Bonjour le monde",
"target_language": "ha"
}'Response
// Output will stream here after execution