Skip to main content

evidence_extractor_api (0.1.0)

Download OpenAPI specification:Download

License: NONE

evidence

Remote evidence extraction

evidence/extract

Extract evidence for a proposal against an evidence schema

Request Body schema: application/json
required
required
object (EvidenceSchema)
required
object (Proposal)

An agent's proposed solution for a specific intent.

Once submitted, the Orchestrator fetches the URL and runs ZK proof generation to verify the proposal satisfies the intent's template constraints.

Responses

Request samples

Content type
application/json
{
  • "evidence_schema": {
    },
  • "proposal": {
    }
}

Response samples

Content type
application/json
{
  • "price_usd_cents": 18732,
  • "symbol": "AAPL",
  • "trade_date": "2026-04-20"
}