---
title: "Trial Download"
method: POST
path: "/api/ondemand/trial-download"
---

# Trial Download

`POST /api/ondemand/trial-download`

Lets trial users get a free Excel/CSV download of their trial data
without needing to use the API directly. Enforces trial restrictions
server-side regardless of what is requested:
  - countries must be a subset of FREE_COUNTRIES (LS, CV, SZ)
  - indicators must be a subset of FREE_INDICATORS (10 indicators)
  - years must be >= FREE_YEAR_LIMIT (2020) and <= 2024
  - total cells must be <= 100, and within remaining trial allowance

## Request body

- TrialDownloadRequest
  - `api_key` string, required
  - `year_from` integer
  - `year_to` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/panafricadata/apis/pan-africa-data-api.md) · [All operations](https://skmtc.net/panafricadata/apis/pan-africa-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panafricadata/pan-africa-data-api/revisions/3e6fe9c27d40/schema)
