API Reference

Schema 1.5 · Engine v5.2 · tRPC over HTTP

The developer contract for the Ashebo Method Biophysics platform. All endpoints are served via tRPC over HTTP at /api/trpc. This document covers every public endpoint, its inputs, outputs, authentication expectations, versioning rules, and the distinction between Layer A (frozen engine output) and Layer B (derived interpretation).

The Ashebo Method Biophysics API provides programmatic access to the platform's pre-computed druggability analysis pipeline. All data is generated by the frozen v5.1 physics engine and served as structured JSON via tRPC procedures.

Base URL

https://ashebomethod.com/api/trpc

Protocol

tRPC v11 over HTTP with Superjson serialization. All queries use GET with URL-encoded input. Mutations use POST with JSON body. Batch requests are supported via comma-separated procedure names.

Content Type

All responses are application/json with Superjson encoding. Dates are serialized as ISO-8601 strings. Numbers, booleans, and arrays are standard JSON.

Available Endpoint Categories

5
Target Analysis

List, query, and export per-target pipeline data

3
Disease Scanner

List diseases, scan targets, export disease reports

4
Disease Comparison

Portfolio-level ranking and comparison exports

4
Family Comparison

Cross-family hotspot analysis, selectivity heatmap, and exports

2
Export Artifacts

ZIP manifests and bulk download helpers

1
Schema & Docs

Schema documentation and field reference

Ashebo Method Biophysics — API Reference v1.5

This documentation reflects the current state of the platform API. All endpoints return data generated by the frozen v5.1 physics engine. For schema field definitions, score thresholds, and badge rules, see the Schema Documentation.