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

Rime Plants API

The Plants API from Rime — 2 operation(s) for plants.

Rime Plants API is one of 2 APIs that Rime publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Plants. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, http://sandbox.mintlify.com.

3 operations 2 paths 3 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://users.rime.ai
Authentication
HTTP Bearer
License
MIT
Resource Areas
1

Authentication & Security 1

Rime Plants API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 3

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

Plants 3
GET
/plants
Returns all plants from the system that the user has access to
1 param → 200400
POST
/plants
Creates a new plant in the store
body → 200400
DELETE
/plants/{id}
Deletes a single plant based on the ID supplied
1 param → 204400

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), Plant (2 properties). Each schema is shown below with its type and property counts.

NewPlant
Plant
object
2 properties 1 required
Error
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rime-ai-plants-api-openapi.yml Raw ↑

Other APIs Rime publishes across the network.

Rime TTS API