ICEYE website screenshot

ICEYE

ICEYE operates the world's largest constellation of small Synthetic Aperture Radar (SAR) satellites, delivering all-weather day-and-night imagery down to 25 cm resolution across multiple modes. The ICEYE API Platform at api.iceye.com exposes a Catalog API over an archive of 60,000+ SAR scenes and a Tasking API that lets customers schedule the constellation up to 14 days in advance without a feasibility study or human-in-the-loop. A companion Company API exposes account context. Beyond raw imagery, ICEYE publishes natural catastrophe products - Flood Insights, Wildfire Insights, and Hurricane Insights - used by insurance, government, banking, and utilities customers, and ships Gen 4 ISR, ISR Cell, Connect, and Federate sovereign mission systems for defense and intelligence.

4 APIs 0 Features
SARSatellite ImageryEarth ObservationTaskingCatalogFlood MonitoringDisaster ResponseDefenseISRGeospatialAll-Weather

APIs

ICEYE Catalog API

Search, list, purchase, and retrieve products from ICEYE's archive of 60,000+ SAR scenes. Endpoints cover catalog item search, listing, purchase, and retrieval of purchased item...

ICEYE Tasking API

Direct tasking interface to the ICEYE SAR constellation. Create tasks up to 14 days in advance with no feasibility study, retrieve task status, list tasks, cancel tasks, fetch t...

ICEYE Company API

Account and company context API providing identity, entitlement, and organizational metadata that frames Catalog and Tasking calls.

ICEYE Platform

Web platform at platform.iceye.com for browsing catalog imagery, submitting tasking orders, monitoring task status, and downloading delivered SAR products through the same backe...

Collections

Pricing Plans

Iceye Plans Pricing

1 plans

PLANS

Rate Limits

Iceye Rate Limits

2 limits

RATE LIMITS

FinOps

Iceye Finops

FINOPS

Resources

🔗
Website
Website
🔗
SARData
SARData
🔗
SARDataAPI
SARDataAPI
🔗
Tasking
Tasking
🔗
Documentation
Documentation
🔗
APIDocumentation
APIDocumentation
🔗
Platform
Platform
🔗
ProductDocuments
ProductDocuments
🔗
FloodInsights
FloodInsights
🔗
WildfireInsights
WildfireInsights
🔗
HurricaneInsights
HurricaneInsights
🔗
MissionSystems
MissionSystems
📰
Newsroom
Newsroom
🔗
LinkedIn
LinkedIn
🔗
X
X

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: ICEYE Constellation API
  version: '1.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: List contracts
    type: http
  http:
    method: GET
    url: https://api.iceye.com/company/contracts
  docs: List contracts
- info:
    name: Get a contract
    type: http
  http:
    method: GET
    url: https://api.iceye.com/company/contracts/:contractId
    params:
    - name: contractId
      value: ''
      type: path
  docs: Get a contract
- info:
    name: Get account summary
    type: http
  http:
    method: GET
    url: https://api.iceye.com/company/summary
  docs: Get account summary
- info:
    name: List tasks
    type: http
  http:
    method: GET
    url: https://api.iceye.com/tasking/tasks
  docs: List tasks
- info:
    name: Create a tasking request
    type: http
  http:
    method: POST
    url: https://api.iceye.com/tasking/tasks
    body:
      type: json
      data: '{}'
  docs: Create a tasking request
- info:
    name: Get a task
    type: http
  http:
    method: GET
    url: https://api.iceye.com/tasking/tasks/:taskId
    params:
    - name: taskId
      value: ''
      type: path
  docs: Get a task
- info:
    name: Cancel a task
    type: http
  http:
    method: POST
    url: https://api.iceye.com/tasking/tasks/:taskId/cancel
    params:
    - name: taskId
      value: ''
      type: path
  docs: Cancel a task
- info:
    name: Get task scene
    type: http
  http:
    method: GET
    url: https://api.iceye.com/tasking/tasks/:taskId/scene
    params:
    - name: taskId
      value: ''
      type: path
  docs: Get task scene
- info:
    name: Get task price
    type: http
  http:
    method: POST
    url: https://api.iceye.com/tasking/price
    body:
      type: json
      data: '{}'
  docs: Get task price
- info:
    name: List catalog items
    type: http
  http:
    method: GET
    url: https://api.iceye.com/catalog/items
  docs: List catalog items
- info:
    name: Search catalog items
    type: http
  http:
    method: POST
    url: https://api.iceye.com/catalog/search
    body:
      type: json
      data: '{}'
  docs: Search catalog items
- info:
    name: Purchase catalog item
    type: http
  http:
    method: POST
    url: https://api.iceye.com/catalog/purchase
    body:
      type: json
      data: '{}'
  docs: Purchase catalog item
- info:
    name: List purchased items
    type: http
  http:
    method: GET
    url: https://api.iceye.com/catalog/purchased
  docs: List purchased items
- info:
    name: List products for a purchased item
    type: http
  http:
    method: GET
    url: https://api.iceye.com/catalog/purchased/:purchaseId/products
    params:
    - name: purchaseId
      value: ''
      type: path
  docs: List products for a purchased item
bundled: true