Developer Documentation

Comprehensive guides and API references to help you integrate our tools seamlessly.

Getting Started 🚀

Everything you need to build with Edzha Tools

Endpoints

GET Public

/api/v1/analyze

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"}'
POST Requires Key

/api/v1/extract

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"}'
GET Requires Key

/api/v1/configurations

Retrieve or update processing parameters and preferences

curl -X GET "https://edzha.tools/api/v1/configurations"
-H "Authorization: Bearer YOUR_API_KEY"