Generate professional food photography using each::sense API for restaurant menus, food delivery apps, recipe blogs, and social media content
metadata
{"category":"image-generation","api":"sense","endpoint":"https://eachsense-agent.core.eachlabs.run/v1/chat/completions","modes":["max","eco"],"features":["Professional food styling","Multiple photography angles","Appetizing presentation","Steam and action effects","Consistent menu series"]}
Food Photography Generation
Generate stunning, appetizing food photography using the each::sense API. Create professional-quality images for restaurant menus, food delivery platforms, recipe blogs, and social media food content.
Overview
The each::sense API enables AI-powered food photography generation with:
Restaurant Menus: High-quality dish presentations for print and digital menus
Food Delivery Apps: Appetizing thumbnails that drive orders
Recipe Blogs: Hero images and step-by-step visuals
Social Media Content: Instagram-worthy food shots that engage audiences
Quick Start
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Generate a professional food photo of a gourmet burger with melted cheese, fresh lettuce, and crispy bacon on a rustic wooden board, warm lighting, shallow depth of field"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Food Photography Styles
Style
Description
Best For
Overhead Flat Lay
Top-down 90-degree angle
Pizza, salads, spreads, ingredient layouts
45-Degree Angle
Classic three-quarter view
Plated dishes, bowls, layered foods
Hero Shot
Eye-level dramatic presentation
Signature dishes, menu covers
Action Shot
Capturing movement (pouring, cutting, steam)
Dynamic social media content
Ingredient Spread
Raw ingredients artfully arranged
Recipe blogs, cooking tutorials
Use Case Examples
Restaurant Menu Item
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Professional restaurant menu photo of grilled salmon fillet with lemon butter sauce, asparagus, and roasted potatoes on a white ceramic plate, elegant fine dining presentation, soft natural lighting, clean background"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Food Delivery App Listing
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Appetizing food delivery app photo of a loaded pepperoni pizza with stretchy melted mozzarella cheese, fresh basil leaves, in a pizza box, overhead angle, bright even lighting, looks delicious and ready to order"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Recipe Blog Hero Image
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Beautiful recipe blog hero image of homemade chocolate chip cookies, stack of warm cookies with melted chocolate chips visible, cookie crumbs scattered on marble surface, rustic kitchen background, cozy warm tones, food photography style"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Coffee and Beverage Shot
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Professional coffee shop photo of a latte with intricate leaf latte art in a ceramic cup on a wooden saucer, steam rising gently, coffee beans scattered nearby, morning light from window, cafe atmosphere"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Dessert Photography
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Elegant dessert photography of a layered tiramisu in a glass, visible coffee-soaked ladyfinger layers and mascarpone cream, dusted with cocoa powder, silver spoon beside it, dark moody background, dramatic lighting"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Action Shot with Movement
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Dynamic food action shot of maple syrup being poured over a stack of fluffy pancakes with fresh blueberries, syrup caught mid-pour creating a golden stream, steam rising, breakfast table setting, warm morning light"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Ingredient Flat Lay
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Overhead flat lay food photography of Italian pasta recipe ingredients: fresh tomatoes, basil leaves, garlic cloves, olive oil in a glass bottle, parmesan wedge, dried pasta, arranged artfully on a dark slate surface, natural lighting"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Table Setting and Spread
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Beautiful brunch table spread photography featuring avocado toast, fresh fruit bowl, croissants, orange juice glasses, and a French press coffee, rustic wooden table with linen napkins, overhead angle, bright natural daylight, lifestyle food photography"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Fast Food Product Shot
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Commercial fast food photography of crispy fried chicken bucket meal with golden brown pieces, seasoned fries in a red container, coleslaw cup, on a branded tray, clean studio lighting, appetizing and crave-worthy presentation"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'