Document Search API

This is a private API service. Please use the appropriate endpoints with valid credentials.

API Endpoints

Authentication

All requests require an X-API-Key header.

Example Request

curl -X POST https://yourdomain.com/api/search \
  -H "X-API-Key: your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"query": "your search query"}'