Sentinel Hub · Schema

Subscription

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
id string Subscription ID
name string Subscription name. It's also used as a name for a new BYOC collection, if no collection is given in collectionId field.
accountId string Account ID
collectionId string BYOC collection ID. If given at subscription creation, the data is imported into referenced collection, which must be compatible with the data being subscribed - that is, must either be empty or conta
status object
sqkm number Area of the subscriptions's `input.bounds` in km2
input object Specification of the subscribed data
View JSON Schema on GitHub

JSON Schema

Subscription.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/Subscription",
  "title": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "description": "Subscription ID",
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "name": {
      "description": "Subscription name. It's also used as a name for a new BYOC collection, if no collection is given in collectionId field.",
      "type": "string"
    },
    "accountId": {
      "description": "Account ID",
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "collectionId": {
      "description": "BYOC collection ID. If given at subscription creation, the data is imported into referenced collection, which must be compatible with the data being subscribed - that is, must either be empty or contain the same bands as the data being subscribed.\n\nIf not given at subscription creation, a new BYOC collection is created when the subscription is confirmed and its ID is returned in the response from the `confirm` endpoint.\n",
      "type": "string",
      "format": "uuid"
    },
    "status": {
      "$ref": "#/components/schemas/SubscriptionStatus"
    },
    "sqkm": {
      "description": "Area of the subscriptions's `input.bounds` in km<sup>2</sup>",
      "type": "number",
      "readOnly": true
    },
    "input": {
      "type": "object",
      "description": "Specification of the subscribed data"
    }
  }
}

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/Subscription"
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 email required.

A second provider on the same verified email joins the account you already have.