Skip to main content
GET
/
search
Search across all types
curl --request GET \
  --url https://server.meetdoris.com/api/v1/ontology/search \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "results": [
    {
      "type": "deal",
      "id": "5590756e-c2e2-50f9-ba17-0f8dcee493bd",
      "title": "Apex Enterprise Platform",
      "snippet": "Apex Enterprise Platform",
      "score": 0.076,
      "updated_at": "2026-05-06T16:56:58.697901+00:00"
    },
    {
      "type": "meeting",
      "id": "039e66a3-15ee-5988-aca0-02f4829230d9",
      "title": "Nexus Telecom - Churn Prediction Proposal Review",
      "snippet": "Nexus Telecom - Churn Prediction Proposal Review",
      "score": 0.083,
      "updated_at": "2026-05-06T16:57:32.252166+00:00"
    }
  ],
  "total": 122,
  "count": 2,
  "offset": 0,
  "limit": 2
}

Documentation Index

Fetch the complete documentation index at: https://docs.meetdoris.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with sk-live- prefix. Generate keys from Console → API Keys in the Doris app.

Query Parameters

q
string
required

Search query

type
enum<string>

Filter by object type

Available options:
deal,
account,
meeting,
commitment,
objection,
competitor,
tactic,
strategy,
document,
person,
artifact,
pipeline,
lead,
insight
limit
integer
default:25
Required range: x <= 100
offset
integer
default:0

Response

200 - application/json

Search results

ok
boolean
results
object[]
total
integer
count
integer
offset
integer
limit
integer