Convert data formats via REST API. Unlimited access, no rate limiting.
# Convert CSV to JSON
curl -X POST https://api.lentre.dev/csv2json \
-H "Authorization: Bearer YOUR_KEY" \
-d "name,age\nAlice,30"
# Format JSON
curl -X POST https://api.lentre.dev/json/format \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"name":"Alice"}'
| Feature | Free | Pro ($5/mo) |
|---|---|---|
| API calls | 100/day | Unlimited |
| AI features | 10/day | Unlimited |
| Rate limit | 1 req/sec | 10 req/sec |
| Support | Community | Priority |