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

Kuru Quote API

The Quote API from Kuru — 1 operation(s) for quote.

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

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

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://ws.kuru.io.

1 operations 1 paths 3 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://ws.kuru.io
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Kuru Quote API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the header as X-API-Key (ApiKeyAuth).

  • BearerAuth — JWT token obtained from /api/generate-token endpoint
  • ApiKeyAuth — API key for authentication

Paths & Operations 1

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

Quote 1
POST
/api/quote
Calculate Best Path Quote
calculateBestPath body → 200400401405429500503

Schemas 3

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

CalculateBestPathRequest
object
8 properties 4 required
ErrorResponse
object
2 properties 1 required
CalculateBestPathResponse
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kuru-quote-api-openapi.yml Raw ↑

Other APIs Kuru publishes across the network.

Kuru Generate Token API