Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Langbly Examples

Code examples and migration guides for the Langbly translation API.

Examples

ExampleLanguageDescription
curlcURLBasic API calls with curl
python-quickstartPythonGetting started with the Python SDK
js-quickstartTypeScriptGetting started with the JS/TS SDK
migrate-googlePython + JSMigrate from Google Translate v2

Quick Start (cURL)

# Translate text
curl -X POST https://api.langbly.com/language/translate/v2 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "Hello world", "target": "nl"}'# Response:# {"data":{"translations":[{"translatedText":"Hallo wereld","detectedSourceLanguage":"en"}]}}

Links

About

Code examples and migration guides for the Langbly translation API. Switch from Google Translate in minutes.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages