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

Rhythms documents API

The documents API from Rhythms — 4 operation(s) for documents.

Rhythms documents API is one of 13 APIs that Rhythms publishes 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.

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://api.rhythms.ai.

6 operations 4 paths 0 schemas 3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.rhythms.ai
Resource Areas
1

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 3 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

documents 6
GET
/documents
List documents
get_documents 7 params → 400401403404422429500
POST
/documents
Create a new document
post_documents body → 400401403404422429500
GET
/documents/{uuid}
Get a specific document
get_documents_uuid 1 param → 400401403404422429500
PUT
/documents/{uuid}
Update document properties
put_documents_uuid 1 param body → 400401403404422429500
GET
/documents/{uuid}/activities
List a document's smart activity log
get_documents_uuid_activities 4 params → 400401403404422429500
POST
/documents/{uuid}/refresh
Trigger an on-demand refresh of a document
post_documents_uuid_refresh 1 param → 400401403404422429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rhythms-documents-api-openapi.yml Raw ↑

Other APIs Rhythms publishes across the network.

Rhythms access_requests API
Rhythms chat_refresh_threads API
Rhythms connector_requests API
Rhythms data_sources API
Rhythms explorer_views API
Rhythms labels API
Rhythms mention_access_checks API
Rhythms notifications API
Rhythms objectives API
Rhythms teams API
Rhythms time_periods API
Rhythms users API