POST /recipes/analyze
Analyze Recipe
This endpoint allows you to send raw recipe information, such as title, servings, and ingredients, to then see what we compute (badges, diets, nutrition, and more). This is useful if you have your own recipe data and want to enrich it with our semantic analysis.
Request Traces
Request Headers
POST https://api.spoonacular.com/recipes/analyze
Accept: application/json
Request Content
{
"ingredients": [
{
},
],
"instructions": "string",
"servings": 0,
"title": "string",
}
HTTP Response
HTTP 200
Success
{
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
