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

Kitchen Stories Videos API

The Videos API from Kitchen Stories — 5 operation(s) for videos.

Kitchen Stories Videos API is one of 37 APIs that Kitchen Stories publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Videos. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 5 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 3.

Requests are made against 3 base URLs: https://api.kitchenstories.io/api, https://api.dev.kitchenstories.io/api, http://localhost:8000/api.

5 operations 5 paths 6 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3
Base URL
https://api.kitchenstories.io/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Kitchen Stories Videos 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-Ultron-User (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Videos 5
GET
/videos/
List published videos, ordered by -published for the current given language
video-list 3 params → 200
GET
/videos/{uuid-or-slug}/
Details for given Video uuid or slug (ignores publishing date)
video-detail 2 params → 200404
POST
/videos/view/vimeo/{remote-id}/
Save a video view for the given Video vimeo-remote-id
video-save-view 1 param → 204404
POST
/videos/view/{video-id}/
Save a video view for the given Video uuid
video-save-view-videoid 1 param → 204404
GET
/videos/{uuid-or-slug}/recommendations/
List Recommendations for given Video uuid or slug
video-recommendations 1 param → 200404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are video (15 properties), image (6 properties), links (4 properties), wagtail_meta (3 properties). Each schema is shown below with its type and property counts.

image
object
6 properties 1 required
links
object
4 properties 2 required
video
object
15 properties 6 required
video_pagination
object
3 properties 3 required
wagtail_meta
object
3 properties 1 required
meta
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kitchenstories-videos-api-openapi.yml Raw ↑

Other APIs Kitchen Stories publishes across the network.

Kitchen Stories Articles Admin API
Kitchen Stories Articles API
Kitchen Stories Authentication API
Kitchen Stories Categories Admin API
Kitchen Stories Categories API
Kitchen Stories Content Collections Admin API
Kitchen Stories Content Collections API
Kitchen Stories Feed API
Kitchen Stories Indexer API
Kitchen Stories Ingredients API
Kitchen Stories Other API
Kitchen Stories Personalization Admin API