Gryntix Developer Hub

Everything you need to build, integrate, and scale with Gryntix AI

REST API Documentation

Base URL

https://api.gryntix.com/v1

Authentication

curl -X POST \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Your input here"}' \
  https://api.gryntix.com/v1/analyze

Endpoints

POST/analyze

Text analysis endpoint

Need Help Integrating?