API Architecture.
Deterministic Integration.
A preview of the Plasma AI programmatic interface. Built for high-throughput, low-latency institutional verification. Designed to operate safely behind your corporate firewall.
Analyze Proposal
The core endpoint of the Plasma Execution Engine. Submit raw RFP documents, jurisdictional constraints, and organizational capabilties to receive a deterministic `assessment_card`.
HTTP Request
Core Capabilities
Idempotent Execution
Ensure liability is strictly contained. Submitting the identical payload guarantees an identical mathematical assessment, verified via `liability_hash`.
Strong Typing
Every response adheres strictly to the schema. No hallucinated fields. No malformed JSON. Ready for immediate downstream consumption by legacy enterprise systems.
Compliance Contextualization
The engine automatically infers and verifies against the local regulatory framework (e.g., UZ LRU-1115) to guarantee jurisdictional safety.
{
"id": "req_8xL2mP9v1kR",
"object": "assessment_card",
"created": 1709284411,
"status": "deterministic_pass",
"model": "plasma-v4-turbo",
"liability_hash": "e3b0c44298fc...",
"analysis": {
"jurisdiction": "UZ_LRU_1115",
"clauses_reviewed": 142,
"violations_found": 0,
"confidence_score": 0.9999
},
"action": {
"type": "authorize_bid",
"timestamp": "2026-02-25T14:33:21Z",
"operator_required": false
}
}