Private AI endpoint

API Docs

Our AI API uses Simple JSON format. Send request with any code language that supports http-requests (POST).

Code Example
curl -X POST "https://api.privathink.com/" \
  -H "Content-Type: application/json" \
  -d '{
    "apiKey": "YOUR_API_KEY",
    "prompt": "Hello! Tell me a joke.",
    "model": "gemma3",
    "max_tokens": 1000,
    "temperature": 0.7
  }'