Step-by-step tutorials and best practices for using Edzha Tools in your projects.
Sign up for a free account to access development credentials and API keys.
Access your dashboard to generate and manage API keys for authentication.
Use your API key to authenticate requests to our endpoints.
POST /api/v1/analyze Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "text": "Your input text", "options": { "sentiment": true, "keywords": true } }
{ "sentiment": "positive", "keywords": ["technology", "innovation", "development"], "confidence": 0.92 }
Implement local caching for frequently requested data to reduce API load.
Monitor and respect per-minute request limits in your integration code.
Max 60 requests per minute