Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
ReferenceAPIrecipes · API

recipes endpoints

Auto-generated from FastAPI OpenAPI. The descriptions are lifted from the route docstrings — edit the Python source, not this page.

GET /v1/recipes

List Recipes

Enumerate built-in + Medusa/Stheno recipes on disk.

platform filters to “android” / “ios” / “both” — defaults to all. Built-ins always carry a platform field; Medusa modules default to “android” since that’s where Medusa originated.

parameterinrequiredtypedescription
platformqueryno

Responses:

  • 200 — Successful Response
  • 422 — Validation Error

GET /v1/recipes/{name}/script

Recipe Script

Return the Frida script text for a recipe (unevaluated).

parameterinrequiredtypedescription
namepathyesstring

Responses:

  • 200 — Successful Response
  • 422 — Validation Error