Mr. Cook API
Developer-First

Самый мощный API рецептов для твоего бизнеса

Генерируй идеальные рецепты, создавай потрясающие изображения еды и получай доступ к данным о питании с помощью нашего удобного для разработчиков API. Простой, надежный и масштабируемый.

Fast Response
Multilingual
Rich Data
Simple Integration

Все, что нужно для питания твоей пищевой техники

Наш API предоставляет все необходимое для создания удивительных впечатлений от еды для твоих пользователей.

AI-Powered Recipe Generation

Generate unique, personalized recipes based on ingredients, dietary preferences, and cooking time.

Food Image Generation

Create stunning, realistic images of recipes to enhance your user experience.

Multilingual Support

Generate recipes in 11 languages including English, German, French, Spanish, Italian, Dutch, and more.

Lightning Fast

Get responses in seconds, not minutes, ensuring a smooth user experience.

Reliable & Secure

High uptime with security and data protection.

Customizable

Tailor recipes to your brand's style and your users' preferences.

Simple Integration

Our API is designed to be easy to integrate into your application. Just a few lines of code and you're ready to go.

View Documentation

Generate Recipe Example

const response = await fetch('https://api.mrcook.app/v1/recipes/generate', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'YOUR_API_KEY'
  },
  body: JSON.stringify({
    prompt: 'Cheeseburger with Bacon',
    preferences: 'gluten-free' 
    language: 'en'
  })
});

const recipe = await response.json();
console.log(recipe);

Готов приступить к работе?

Интегрируй наш API за считанные минуты и начни радовать своих пользователей рецептами, сгенерированными искусственным интеллектом.

Command Bar