---
title: "POST /deep-resolution/available_dates"
method: POST
path: "/deep-resolution/available_dates"
---

# POST /deep-resolution/available_dates

`POST /deep-resolution/available_dates`

Provides available dates for Deep-Resolution imagery within a specified bounding box and time range.

## Request body

- AvailableDatesRequest
  - `client_token` string, required
  - `bbox` object
    - `x_min` number, float
    - `y_min` number, float
    - `x_max` number, float
    - `y_max` number, float
  - `aoi` object
    - `type` 'Feature' | 'FeatureCollection'
    - `properties` object
    - `geometry` object
      - `type` 'Polygon' | 'MultiPolygon'
      - `coordinates` array[]
        - array[]
          - number[]
  - `cloud_cover` integer, required
  - `start_date` string, date — date in YYYY-MM-DD format
  - `end_date` string, date — date in YYYY-MM-DD format
  - `callback_url` string, uri

## Response `200`

Successfully retrieved available dates.

- AvailableDatesResponse
  - `statusCode` integer
  - `data` object
    - `id` string
    - `message` string
  - `version` string
  - `timestamp` string, date-time

## Other responses

- `400` — Bad request. Invalid input data.
- `401` — Unauthorized. Invalid client token.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/digifarm/apis/deep-resolution-api.md) · [All operations](https://skmtc.dev/digifarm/apis/deep-resolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digifarm/deep-resolution-api/revisions/6c560e554230/schema)
