Arlula · Schema

TaskingSearchRequest

Request body for searching future satellite capture opportunities.

Earth ObservationGeospatialImageryRemote SensingSatellites

Properties

Name Type Description
start string Start of the search window.
end string End of the search window.
gsd number Maximum ground sample distance in meters.
lat number Latitude of the area of interest.
long number Longitude of the area of interest.
cloud integer Maximum acceptable cloud cover percentage.
offNadir number Maximum off-nadir angle in degrees.
suppliers array
platformTypes array
sensorTypes array
View JSON Schema on GitHub

JSON Schema

arlula-tasking-search-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://arlula.com/json-schema/tasking-search-request.json",
  "title": "TaskingSearchRequest",
  "description": "Request body for searching future satellite capture opportunities.",
  "type": "object",
  "properties": {
    "start": {
      "type": "string",
      "description": "Start of the search window.",
      "examples": [
        "2026-05-01T00:00:00Z"
      ]
    },
    "end": {
      "type": "string",
      "description": "End of the search window.",
      "examples": [
        "2026-05-31T00:00:00Z"
      ]
    },
    "gsd": {
      "type": "number",
      "description": "Maximum ground sample distance in meters.",
      "examples": [
        0.5
      ]
    },
    "lat": {
      "type": "number",
      "description": "Latitude of the area of interest.",
      "examples": [
        -33.8523
      ]
    },
    "long": {
      "type": "number",
      "description": "Longitude of the area of interest.",
      "examples": [
        151.2108
      ]
    },
    "cloud": {
      "type": "integer",
      "description": "Maximum acceptable cloud cover percentage.",
      "examples": [
        20
      ]
    },
    "offNadir": {
      "type": "number",
      "description": "Maximum off-nadir angle in degrees.",
      "examples": [
        30.0
      ]
    },
    "suppliers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "platformTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sensorTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/arlula-tasking-search-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.