Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ All major translation features are accessible, making it easy to integrate and c
- **Language Detection**: Automatic source language identification
- **Advanced Options**: Translation instructions and more

## 📚 Documentation
## 🔑 Getting your API credentials

Lara's SDK full documentation is available at [https://developers.laratranslate.com/](https://developers.laratranslate.com/)
To use this SDK you need a Lara access key ID and access key secret.

1. Create a Lara account at [laratranslate.com](https://www.laratranslate.com).
2. Generate your access key ID and secret by following the steps in the [developer documentation](https://developers.laratranslate.com/).
3. Choose the plan that fits your volume. Lara offers Free, Pro, Team, and Custom plans for teams translating millions of characters per month. See current plans at [laratranslate.com/pricing](https://laratranslate.com/pricing).

Keep your credentials private. Never commit them to source control or expose them in client-side code. Use environment variables instead, as shown throughout this guide.

## 🚀 Quick Start

Expand Down
Loading