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

Nutrical Solution Ltd Recipes API

Create, read, update, and delete recipes with nutrition analysis.

Nutrical Solution Ltd Recipes API is one of 6 APIs that Nutrical Solution Ltd publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against 2 base URLs: https://api.nutrical.co, https://preprodapi.nutrical.co.

5 operations 3 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.nutrical.co
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Nutrical Solution Ltd Recipes API declares 2 security schemes for authenticating requests. An API key is passed in the header as Access-Token (AccessToken). An API key is passed in the header as API Key (ApiKey).

  • AccessToken — Entity client access token issued by the Create Entity operation.
  • ApiKey — Organization-level API key (documented header name "API Key"), used to provision entities via the Create Entity operation.

Paths & Operations 5

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

Recipes 5

Create, read, update, and delete recipes with nutrition analysis.

GET
/external/api/v2/recipes/
Get recipe list
listRecipes 10 params → 200401
POST
/external/api/v2/recipes/
Create recipe
createRecipe body → 200400401500
GET
/external/api/v2/recipes/{recipeId}/
Get recipe details by ID
getRecipe 1 param → 200401
PATCH
/external/api/v2/recipes/{recipeId}
Edit recipe
updateRecipe 1 param body → 200401
DELETE
/external/api/v2/recipes/{recipeId}
Delete recipe
deleteRecipe 1 param → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are RecipeDetail (12 properties), RecipeSummary (11 properties), RecipeInput (7 properties). Each schema is shown below with its type and property counts.

RecipeDetail
object
12 properties
RecipeSummary
object
11 properties
RecipeInput
object
7 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nutrical-solution-ltd-recipes-api-openapi.yml Raw ↑

Other APIs Nutrical Solution Ltd publishes across the network.

Nutrical Solution Ltd Entity API
Nutrical Solution Ltd Ingredients API
Nutrical Solution Ltd Meal Plans API
Nutrical Solution Ltd Metadata API
Nutrical Solution Ltd Recipe Categories API