Skip to content
FoodPhoto.ai

Developer Hub

Build food photography into your platform

Powerful REST API, webhooks, and SDKs for automating professional food photography. Perfect for restaurant platforms, POS systems, delivery apps, and menu builders.

enhance-photo.js
import { FoodPhotoClient } from '@foodphoto/sdk';

const client = new FoodPhotoClient({
  apiKey: process.env.FOODPHOTO_API_KEY
});

// Upload and enhance a food photo
const result = await client.photos.enhance({
  imageUrl: 'https://example.com/burger.jpg',
  preset: 'delivery-optimized',
  formats: ['square', 'portrait', 'landscape']
});

console.log('Enhanced photo:', result.urls);
// {
//   square: 'https://cdn.foodphoto.ai/...',
//   portrait: 'https://cdn.foodphoto.ai/...',
//   landscape: 'https://cdn.foodphoto.ai/...'
// }

Who uses FoodPhoto.ai API?

Restaurant technology companies trust our API for photo automation

Restaurant POS Systems

Automatically enhance menu photos when staff uploads items to your POS system.

SquareToastCloverTouchBistro

Delivery Platforms

Help restaurant partners create professional menu photos at scale.

DoorDash StorefrontUber Eats ManagerGrubhub for Restaurants

Website Builders

Offer AI photo enhancement as a premium feature for restaurant clients.

WordPressWixSquarespaceWebflow

Restaurant Marketplaces

Standardize photo quality across all restaurant listings.

Multi-vendor platformsGhost kitchen networksFood halls

Get started in minutes

From signup to first API call in under 5 minutes

1

Get API credentials

Sign up and generate your API key from the dashboard in 30 seconds.

2

Install SDK or make request

Use our official SDK or make a simple POST request to our API.

3

Upload & enhance

Send a photo URL or base64 image and get back enhanced versions.

4

Download results

Access all formats: delivery crops, social sizes, and original resolution.

Developer-friendly pricing & support

Same simple pricing, built for scale

No long-term contracts or minimums
Same pricing as the app (plans + top-up credits)
99.9% uptime SLA for paid customers
Rate limits scale with your usage
Webhook retry logic for reliability
Sandbox environment for testing
Detailed error messages and logging
Technical support via Slack/email

Ready to integrate?

Get your API key and start building in minutes. Plans start at $5/month (20 credits). No free trials.

Questions? Email us at [email protected]

Developer Hub | FoodPhoto.ai API & SDKs