Create an API key
Generate a scoped key from your dashboard. Keys work with the v1 review and image editing endpoints.
API and OpenClaw
Review menu photos, create edited images, and connect agent workflows without opening the dashboard for every task.
Generate a scoped key from your dashboard. Keys work with the v1 review and image editing endpoints.
Use the API directly, or install the OpenClaw skill package from the dashboard integration page.
Use idempotency keys for repeatable requests and keep credentials outside prompts or public repos.
Use review first to understand quality issues, then call the image editing endpoint with a specific instruction, preset, angle, or dish name.
curl -X POST "https://www.menucapture.com/api/v1/enhance" \
-H "Authorization: Bearer mc_your_key" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: menu-photo-001" \
-d '{
"image": "data:image/jpeg;base64,...",
"dishName": "Spicy ramen",
"customInstructions": "Warm the lighting and clean the table background",
"preset": "menu-ready",
"angle": "45-degree"
}'OpenClaw can use the same API surface as your own tools: review a photo, choose an edit, save the result, and repeat for menu updates.
Start with an API key