---
title: "Analyze Recipe"
method: POST
path: "/recipes/analyze"
---

# Analyze Recipe

`POST /recipes/analyze`

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.

## Query parameters

- `language` string
- `includeNutrition` boolean
- `includeTaste` boolean

## Request body

- object
  - `title` string
  - `servings` integer
  - `ingredients` string[]
  - `instructions` string

## Response `200`

Success

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/spoonacular/apis/spoonacular-api.md) · [All operations](https://skmtc.net/spoonacular/apis/spoonacular-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spoonacular/spoonacular-api/versions/bc2fbe4e8981/schema)
