Comprehensive guides and API references to help you integrate our tools seamlessly.
Everything you need to build with Edzha Tools
Analyze text for sentiment, keywords, and intent patterns
curl -X GET "https://edzha.tools/api/v1/analyze" -H "Authorization: Bearer YOUR_API_KEY" -d '{"text":"Your input text here"}'
Extract actionable insight markers from unstructured data
curl -X POST "https://edzha.tools/api/v1/extract" -H "Authorization: Bearer YOUR_API_KEY" -d '{"content":"Structured insights ready to act on"}'
Retrieve or update processing parameters and preferences
curl -X GET "https://edzha.tools/api/v1/configurations" -H "Authorization: Bearer YOUR_API_KEY"