Base URL

The base URL for all requests to the Neosantara API is:
with prefix /v1
https://api.neosantara.xyz/v1

Authentication

All Neosantara endpoints are authenticated using API keys. Get your free API key.
curl -X POST https://api.neosantara.xyz/v1/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_NEOSANTARA_API_KEY" \
  -d '{"query": "Is 2045 the future of Indonesia?"}'

Endpoints