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

Hour One keys API

The keys API from Hour One — 2 operation(s) for keys.

Hour One keys API is one of 6 APIs that Hour One publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include keys. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

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

Requests are made against a single base URL, /api/v1.

3 operations 2 paths 4 schemas 1 DELETE1 GET1 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://api.makereals.com/api/v1
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Hour One keys API declares 2 security schemes for authenticating requests. An API key is passed in the header as api-key (APIKeyHeader). It accepts HTTP bearer tokens (HTTPBearer).

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.

keys 3
GET
/keys
Get Keys Ids
get_keys_ids_keys_get 3 params → 200422
POST
/keys
Generate Api Key
generate_api_key_keys_post 2 params → 201422
DELETE
/keys/{key_id}
Revoke Api Key
revoke_api_key_keys__key_id__delete 3 params → 204422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ApiKeyResponse (4 properties), ValidationError (3 properties), ApiIdsResponse (3 properties), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

ApiIdsResponse
object
3 properties 3 required
ValidationError
object
3 properties 3 required
ApiKeyResponse
object
4 properties 4 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hour-one-keys-api-openapi.yml Raw ↑

Other APIs Hour One publishes across the network.

Hour One general API
Hour One playground API
Hour One videos API
Hour One voice-preview API
Hour One webhook API