GET/api/v1/providersLive
Search provider evidence profiles by asset, service, accountable layer, or keyword.
qKeyword across names, descriptions, layers, assets, and services
optional assetExact asset label, such as Private credit
optional layerExact role layer, such as Issuance & lifecycle
optional GET /api/v1/providers?asset=Debt&layer=Issuance%20%26%20lifecycle
GET/api/v1/providers/{id}Live
Retrieve one normalized provider profile, evidence ledger, review date, and verification boundary.
idStable provider identifier returned by discovery or matching
required GET /api/v1/providers/securitize
GET/api/v1/matchLive
Return hard gates, accountable roles, evidence requests, and unranked research candidates—or explicit reasons why matching is withheld.
assetEconomic asset, such as Private credit
required jurisdictionPrimary issuer and first investor market
required investorFirst intended holder or investor segment
required stageFeasibility, structure, selection, or issue readiness
required GET /api/v1/match?asset=Debt&jurisdiction=United%20States&investor=Accredited%20%2F%20professional&stage=Selecting%20providers
GET/api/v1/compareLive
Return two or three normalized profiles only when they share at least one accountable layer.
idsComma-separated provider IDs; two or three required
required GET /api/v1/compare?ids=securitize,tokeny
POST/api/v1/rfp-draftLive
Generate a stateless procurement packet with blocking gates, role-specific requirements, evidence requests, normalized pricing fields, and a transparent scorecard. This operation stores nothing and contacts no provider.
bodyProject frame, objective, decision owner, timeline, budget range, integrations, and optional comparable provider IDs
required POST /api/v1/rfp-draft
Content-Type: application/json
{"asset":"Debt","jurisdiction":"United States","investor":"Accredited / professional","stage":"Selecting providers","objective":"Normalize provider evidence and five-year cost before selection.","decision_owner":"CFO sponsor","decision_timeline":"3–6 months","budget_range":"$150,000–$500,000","required_integrations":[],"provider_ids":[]}