Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rhizome Ai Documents API

Search and retrieve regulatory and clinical documents.

Rhizome Ai Documents API is published by Rhizome Ai on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Documents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://rhizomeai.com/api.

2 operations 2 paths 6 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://rhizomeai.com/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rhizome Ai Documents API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — API key authentication. Create a key at https://rhizomeai.com/api-keys and send it in the x-api-key header. API access requires an enterprise plan.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Documents 2

Search and retrieve regulatory and clinical documents.

POST
/search
Search documents
searchDocuments body → 200400401429500
POST
/contents
Get document contents
getDocumentContents body → 200400401404429500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are SearchResult (11 properties), ContentsResponse (8 properties), SearchRequest (6 properties), ContentsRequest (3 properties). Each schema is shown below with its type and property counts.

DocumentPage
object
2 properties
SearchResponse
object
2 properties
SearchRequest
object
6 properties 1 required
SearchResult
object
11 properties
ContentsResponse
object
8 properties
ContentsRequest
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rhizome-ai-documents-api-openapi.yml Raw ↑