Flambe API
Recipes from anywhere, as structured data.
Point Flambe at a URL, a photograph of a cookbook page, or a block of pasted text, and get back parsed ingredients, components and steps. It is the same HTTP interface the Flambe apps use.
curl -X POST https://api.flambe.dev/api/imports \
-H "Authorization: Bearer $FLAMBE_TOKEN" \
-H 'Content-Type: application/json' \
-d '{ "type": "web", "url": "https://example.com/cookies" }'Quickstart
Authenticate and run your first import in about five minutes.
API reference
All 131 public operations, generated from the OpenAPI spec and verified against the server.
Built for agents
An MCP server, llms.txt, and Markdown for every page.
Live service health, including each import queue, is published at status.flambe.dev.