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

Hourone playground API

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

Hourone playground API is one of 6 APIs that Hourone 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, API documentation, an API reference, a getting-started guide, and authentication docs.

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

Hourone 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.

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hourone-playground-api-openapi.yml Raw ↑

Other APIs Hourone publishes across the network.

Hourone general API
Hourone keys API
Hourone videos API
Hourone voice-preview API
Hourone webhook API