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" }'

Live service health, including each import queue, is published at status.flambe.dev.