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 User Private Recipes API

The User Private Recipes API from Kitchen Stories — 3 operation(s) for user private recipes.

Kitchen Stories User Private Recipes 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 User Private Recipes. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 6 operations across 3 paths, and defines 32 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.

6 operations 3 paths 32 schemas 1 DELETE2 GET2 POST1 PUT

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 User Private Recipes 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 6

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

User Private Recipes 6
GET
/users/me/recipes/
List all Recipes from currently authenticated user
user-me-list-recipes 1 param → 200403
POST
/users/me/recipes/
Create a new Private Recipe
user-recipe-create body → 200403404
GET
/users/me/recipes/{uuid}/
Details of given Private Recipe
users-me-recipe-detail 2 params → 200404
PUT
/users/me/recipes/{uuid}/
Update the given Private Recipe
user-recipe-update 1 param body → 200403404
DELETE
/users/me/recipes/{uuid}/
Delete a Private Recipe
users-me-delete-recipe 1 param → 200403404
POST
/users/me/recipes/{uuid}/submit/
Submits the given Private Recipe to UGC review.
user-recipe-submit 1 param → 200403404

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are recipe (24 properties), video (15 properties), user_public (13 properties), recipe_add_json (11 properties). Each schema is shown below with its type and property counts.

legacy_unit
object
3 properties 1 required
category_simplified
object
5 properties 3 required
links
object
4 properties 2 required
content_meta_markdown
object
1 property 1 required
step
object
7 properties 1 required
additional_information
object
2 properties 2 required
characteristic
object
2 properties 2 required
size
object
4 properties 1 required
unit
object
5 properties 4 required
image
object
6 properties 1 required
form_response
object
1 property 1 required
recipe_utensil
object
6 properties 1 required
comment_image
object
5 properties 5 required
user_recipe_ingredient
object
6 properties
meta
object
1 property 1 required
content_meta_faq
object
2 properties 2 required
child_item
object
5 properties 3 required
recipe_pagination
object
3 properties 3 required
form_id_response
object
2 properties 2 required
video
object
15 properties 6 required
recipe_ingredient
object
9 properties 1 required
user_public
object
13 properties 4 required
wagtail_meta
object
3 properties 1 required
user_recipe_utensil
object
6 properties
content_meta_external_product
object
5 properties 3 required
content_meta
object
5 properties 3 required
tag
object
5 properties
recipe
object
24 properties 12 required
recipe_add_json
object
11 properties 3 required
content_meta_external_link
object
1 property 1 required
user_recipe_step
object
5 properties 1 required
path_item
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kitchenstories-user-private-recipes-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