Leaf Agriculture API Reference > Field Operations API

The API Reference > Field Operations API from Leaf Agriculture — 11 operation(s) for api reference > field operations.

Operations 11

GET /services/operations/api/operations Leaf Agriculture Get all operations
GET /services/operations/api/operations/{operation_id} Leaf Agriculture Get an operation
GET /services/operations/api/operations/{operation_id}/summary Leaf Agriculture Get an operation summary
GET /services/operations/api/operations/{operation_id}/filteredGeojson Leaf Agriculture Get an operation filteredGeojson
GET /services/operations/api/operations/{operation_id}/standardGeojson Leaf Agriculture Get an operation standardGeojson
GET /services/operations/api/operations/{operation_id}/images Leaf Agriculture Get an operation's images
GET /services/operations/api/operations/{operation_id}/imagesV2 Leaf Agriculture Get an operation's images v2
GET /services/operations/api/operations/{operation_id}/geotiffImages Leaf Agriculture Get an operation's geotiff images
GET /services/operations/api/operations/{file_id}/units Leaf Agriculture Get an operation's units
POST /services/operations/api/operations/{operation_id}/reprocess Leaf Agriculture Reprocess an operation
POST /services/operations/api/operations/CropOperationByField Leaf Agriculture Crop operation by field

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/leaf-agriculture-api-reference-field-operations-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

leaf-agriculture-api-reference-field-operations-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Leaf Agriculture Leaf API Reference > Alerts API Reference > Field Operations API
  description: We are Leaf Agriculture, provider of a unified farm data API. After experiencing the difficulty of building applications in food and agriculture first hand as software developers, and hearing similar stories of frustration with existing tools and often insurmountable technical barriers from other companies, we decided to tackle the problem at hand.
  version: 1.0.0
tags:
- name: API Reference > Field Operations
paths:
  /services/operations/api/operations:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get all operations
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/summary:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation summary
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/filteredGeojson:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation filteredGeojson
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/standardGeojson:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation standardGeojson
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/images:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation's images
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/imagesV2:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation's images v2
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/geotiffImages:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation's geotiff images
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{file_id}/units:
    get:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Get an operation's units
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      - name: file_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/{operation_id}/reprocess:
    post:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Reprocess an operation
      requestBody:
        content: {}
      parameters:
      - name: operation_id
        in: path
        schema:
          type: string
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}
  /services/operations/api/operations/CropOperationByField:
    post:
      tags:
      - API Reference > Field Operations
      summary: Leaf Agriculture Crop operation by field
      requestBody:
        content:
          application/json:
            schema:
              type: object
              example:
                id: operationId
      parameters:
      - name: Authorization
        in: header
        schema:
          type: string
        example: Bearer {{leaf_token}}
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}