---
title: "Download Discovery Template"
method: POST
path: "/templates/discovery/download"
tags: ["Templates"]
---

# Download Discovery Template

`POST /templates/discovery/download`

Download a discovery template

## Headers

- `Content-Type` string, required
- `accept` string, required
- `accept-language` string, required
- `cookie` string, required
- `origin` string, required
- `priority` string, required
- `referer` string, required
- `sec-ch-ua` string, required
- `sec-ch-ua-mobile` string, required
- `sec-ch-ua-platform` string, required
- `sec-fetch-dest` string, required
- `sec-fetch-mode` string, required
- `sec-fetch-site` string, required
- `user-agent` string, required

## Request body

- object
  - `organization` string
  - `destination` string
  - `isPrivate` boolean
  - `discovery` object
    - `idea` object
      - `productIdea` string
      - `productName` string
      - `industry` string
      - `brandVoice` string
      - `colorDescription` string
      - `painPoint` string
      - `outcome` string
    - `settings` object
      - `auth` object
        - `isSelected` boolean
        - `solution` string
      - `database` object
        - `isSelected` boolean
        - `type` string
      - `payment` object
        - `isSelected` boolean
        - `solution` string
        - `plan` string
      - `selectedTitle` object
        - `title` string
        - `subtitle` string

## Response `201`

Created

- object
  - `message` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-06-12** `375f1da3cbc3` — 1 info
  - endpoint added
- **2024-06-02** `284995b12e6d` — 1 breaking
  - api path removed without deprecation
- **2024-06-02** `65d99eff08d2` — 1 info
  - api tag `Templates` added
- **2024-06-02** `a757868c89a7` — 1 info
  - endpoint added
- **2024-06-01** `5de797b1d2ed` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/domeplatform/apis/trydome-api/changes/templates/discovery/download/post.md)

---

[API](https://skmtc.dev/domeplatform/apis/trydome-api.md) · [All operations](https://skmtc.dev/domeplatform/apis/trydome-api/llms.txt) · [OpenAPI document](https://skmtc.dev/domeplatform/apis/trydome-api/revisions/375f1da3cbc3?raw)
