Search and retrieve information from military doctrine documents using natural language queries. Our RAG (Retrieval-Augmented Generation) API provides semantic search across curated military publications, enabling fast access to relevant operational guidance and procedures.
| Collection | Description | Documents |
|---|---|---|
| Loading… | ||
curl -X POST https://militarymanuals.ai/api/query \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"collection": "army",
"query": "How do I conduct urban operations?",
"metadata_filter": {
"category": "field-manual",
"classification": "unclassified"
}
}'
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Each passage in these search results is anchored to the Horizen blockchain at the time documents are registered. The ZK circuit proves the following without revealing the full document:
This allows third parties to cryptographically verify that a passage existed in a document at a specific block — provably — without requiring access to the original file. Click "🔗 Not verified" on any passage to generate and submit a ZK proof.