Recipe_Scan is an example object payload from BigOven, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathtagssummaryparameters
Example Payload
{
"operationId": "Recipe_Scan",
"method": "POST",
"path": "/recipe/scan",
"tags": [
"Recipe"
],
"summary": "POST an image as a new RecipeScan request\r\n 1) Fetch the filename -- DONE\r\n 2) Copy it to the pics/scan folder - ENSURE NO NAMING COLLISIONS -- DONE\r\n 3) Create 120 thumbnail size in pics/scan/120 -- DONE\r\n 4) Insert the CloudTasks record\r\n 5) Create the HIT\r\n 6) Update the CloudTasks record with the HIT ID\r\n 7) Email the requesing user\r\n 8) Call out to www.bigoven.com to fetch the image and re-create the thumbnail",
"parameters": [
{
"name": "test",
"in": "query",
"required": false,
"description": "",
"schema": {
"type": "boolean"
}
},
{
"name": "devicetype",
"in": "query",
"required": false,
"description": "",
"schema": {
"type": "string"
}
},
{
"name": "lat",
"in": "query",
"required": false,
"description": "",
"schema": {
"format": "double",
"type": "number"
}
},
{
"name": "lng",
"in": "query",
"required": false,
"description": "",
"schema": {
"format": "double",
"type": "number"
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/Recipe_Scan"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.