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 playground API

The playground API from Hour One — 4 operation(s) for playground.

Hour One playground 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 playground. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

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

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

4 operations 4 paths 6 schemas 2 GET1 POST1 PUT

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 playground 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 4

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

playground 4
POST
/playground/generate
Generate
generate_playground_generate_post 3 params body → 201422
GET
/playground/videos
Get Videos
get_videos_playground_videos_get 2 params → 200422
GET
/playground/videos/{video_id}/download
Download Video
download_video_playground_videos__video_id__download_get 3 params → 200422
PUT
/playground/videos/{video_id}/share
Share Video
share_video_playground_videos__video_id__share_put 3 params → 204422

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are PlaygroundResponse (13 properties), PlaygroundRequest (7 properties), ValidationError (3 properties), PlaygroundDownloadResponse (2 properties). Each schema is shown below with its type and property counts.

RealsPlatform
string
An enumeration.
PlaygroundDownloadResponse
object
2 properties 1 required
PlaygroundResponse
object
13 properties
ValidationError
object
3 properties 3 required
HTTPValidationError
object
1 property
PlaygroundRequest
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Hour One publishes across the network.

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