Hevn Inc Chat API is one of 31 APIs that Hevn Inc publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Chat. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
10 operations
across 8 paths,
and defines 7 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.2.
Requests are made against a single base URL, https://api.hevn.finance.
10 operations8 paths7 schemas4 GET6 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.2
Base URL
https://api.hevn.finance/api/v1
Authentication
HTTP Bearer, API Key
Resource Areas
1
Authentication & Security 2
Hevn Inc Chat API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (HTTPBearer).
An API key is passed in the header as x-api-key (ApiKeyAuth).
ApiKeyAuth — Alternative HEVN API key header. The CLI defaults to Authorization Bearer unless configured with HEVNAPIKEYHEADER=X-Api-Key.
Paths & Operations 10
Across 8 paths, the API surfaces 10 operations — 4 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are app__schemas__routers__user__user__ChatResponse (7 properties), ChatMessageResponse (7 properties), ValidationError (3 properties), ChatMessageRequest (2 properties). Each schema is shown below with its type and property counts.
UserChatType
string
Chat types exposed to end users (subset of db.ChatType).
ValidationError
object
3 properties3 required
ChatMessageResponse
object
Single message in a chat.
7 properties4 required
app__schemas__routers__user__user__ChatResponse
object
User-facing chat.
7 properties2 required
HTTPValidationError
object
1 property
ChatMessageRequest
object
Send a message in the chat.
2 properties1 required
ChatCreateRequest
object
Create (or get) the user's internal chat.
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.