PreCommitKnow before you commit
DemoWhySalesContactAPI
Genius API Reference

Live routes and what each one is for.

Human-readable reference for the current Genius surface. Use this page when you need the route list, the object you get back, and the machine-readable source of truth.

POST

/v1/decisions

Authenticated

Create a governed decision object for consequential communication.

Response object

decision

Machine-readable source
GET

/v1/decisions/{id}

Authenticated

Fetch a persisted decision and its action gate, proof id, and trace.

Response object

decision

Machine-readable source
POST

/v1/communication_transactions

Authenticated

Create the underlying governed transaction object for the legacy public model.

Response object

communication_transaction

Machine-readable source
GET

/v1/communication_transactions/{id}

Authenticated

Fetch a persisted governed communication transaction.

Response object

communication_transaction

Machine-readable source
GET

/v1/proof_packets/{id}

Authenticated

Fetch the proof packet for a governed decision or transaction.

Response object

proof_packet

Machine-readable source
GET

/v1/errors

Public

List the public Genius error dictionary for clients and agents.

Response object

error_dictionary

Machine-readable source
GET

/v1/errors/{code}

Public

Fetch one error dictionary entry with meaning and resolution.

Response object

error_dictionary_entry

Machine-readable source
GET

/llms.txt

Public

Short AI-readable summary of what Genius is and when to call it.

Response object

plain_text

Machine-readable source
GET

/.well-known/genius.json

Public

Machine-readable Genius manifest for tools and agents.

Response object

manifest

Machine-readable source
GET

/openapi.json

Public

Machine-readable HTTP contract for the live Genius API surface.

Response object

openapi_document

Machine-readable source