https://preuve.ai
All endpoints require HMAC authentication and return JSON. Errors use a stable { error, code } envelope - see Errors.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Early access beta - the contract is stable but rough edges are possible. Issues: vincent@preuve.ai
Seven endpoints: create, poll, enrich, export - for single runs and batches.
https://preuve.ai
All endpoints require HMAC authentication and return JSON. Errors use a stable { error, code } envelope - see Errors.
| Endpoint | Method | Purpose |
|---|---|---|
/api/agent/analyses | POST | Start one analysis |
/api/agent/analyses/{id} | GET | Poll one analysis |
/api/agent/analyses/{id}/enrich | POST | Generate missing core sections + opt-in deep modules |
/api/agent/analyses/{id}/export | GET | Export one completed analysis (ideas-json) |
/api/agent/analysis-batches | POST | Start a batch (up to 10 items) |
/api/agent/analysis-batches/{batchId} | GET | Poll a batch |
/api/agent/analysis-batches/{batchId}/export | GET | Export a completed batch |