Asclevor API

Medical intelligence, accessible through an API.

Build healthcare applications on top of Asclevor's clinical search and medical knowledge infrastructure.

POST /v1/search HTTP/1.1
Host: api.asclevor.com
Content-Type: application/json

{
  "query": "patient with progressive exertional dyspnea",
  "limit": 3
}
Illustrative request and response — the API is open while Asclevor is in active development.

The platform

One API. Clinical intelligence.

  • Clinical Search

    Semantic search over published patient cases, ranked by clinical similarity.

  • Semantic Retrieval

    Embedding-based matching that follows meaning, not keywords.

  • Medical Knowledge

    A growing index of published cases with source PMIDs, ready to build on.

  • Relevance Ranking

    Transparent similarity scores on every result.

  • Structured Results

    Predictable JSON — no scraping, no parsing PDFs.

  • Developer Integration

    Clean REST with copy-paste examples for cURL, Python, and TypeScript.

Simple to integrate. Powerful underneath.

Send a clinical query as JSON and receive ranked cases with similarity scores and PMIDs — no API key required. No SOAP, no PDFs, no scraping pipeline.

curl -X POST https://api.asclevor.com/v1/search \
  -H "Content-Type: application/json" \
  -d '{
    "query": "progressive exertional dyspnea",
    "limit": 10
  }'
Copy, paste, and adapt — no API key required.

Architecture

From query to ranked results.

  1. Application

    Your product, research notebook, or AI agent.

  2. Asclevor API

    One REST endpoint. JSON in, JSON out.

  3. Query Processing

    The query is embedded with BAAI/bge-small-en-v1.5.

  4. Semantic Retrieval

    Similarity search across the indexed case base.

  5. Clinical Knowledge

    ~40,000 published patient cases — 167,000+ processed.

  6. Ranked Results

    Cases with similarity scores and source PMIDs.

The same infrastructure that powers Clinical Search — exposed to your application.

Use cases

What teams build on Asclevor.

  • Research

    Research Applications

    Integrate clinical search into literature reviews and research workflows.

  • Software

    Healthcare Software

    Build medical knowledge discovery directly into your application.

  • AI

    AI Applications

    Give AI systems grounded access to structured clinical retrieval.

  • Internal

    Internal Intelligence

    Create specialized healthcare search tools for your team.

Reliability & security

Infrastructure you can build on.

Open access
The API is currently open — no API key is required to make your first request.
Encrypted transport
All traffic to and from the API is encrypted in transit via TLS.
Data handling
No patient data, ever. The API serves published medical knowledge and your account data — nothing else.
EU infrastructure
Infrastructure is hosted within the European Union, with data residency by design.
Rate limiting
Rate limits keep the service fast and predictable for every customer.
Monitoring Planned
Usage analytics, error tracking, and a public status page are on the roadmap, alongside ISO 27001 certification.

Documentation

Start building with Asclevor.

The API is open — tell us what you're building.