---
title: "Get current launch requirements"
method: GET
path: "/preflight/requirements"
tags: ["Preflight"]
---

# Get current launch requirements

`GET /preflight/requirements`

Returns the current launch requirements (minimum ELTA, fee schedule,
image dimensions, metadata schema). Mirrors the human docs at
`/apps/build/launch-requirements` so the live UI and the docs share a
single source of truth.

## Response `200`

Launch requirements.

- LaunchRequirements
  - `minCreatorElta` string
  - `launchFeeElta` string
  - `image` object
    - `minWidth` integer
    - `minHeight` integer
    - `allowedMimeTypes` string[]
  - `symbol` object
    - `pattern` string
    - `minLength` integer
    - `maxLength` integer
  - `nameMaxLength` integer
  - `descriptionMaxLength` integer

---

[API](https://skmtc.net/elata-biosciences/apis/elata-app-store-api.md) · [All operations](https://skmtc.net/elata-biosciences/apis/elata-app-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elata-biosciences/elata-app-store-api/revisions/55c111b65fc5/schema)
