---
title: "Create Option Bank"
method: POST
path: "/v2/option_banks/"
tags: ["Option Bank"]
---

# Create Option Bank

`POST /v2/option_banks/`

Creating Applicant Notes

## Request body

- CreateOptionBankRequest
  - `name` string — Name of the Option Bank
  - `options` object[]
    - `label` string, required — Display name for the Option Bank
    - `value` string, required — Value for the Option Bank
    - `default` boolean, required — Default option

## Response `201`

OK

- OptionsBankWithOptions
  - `id` string, required — ID of the option bank.
  - `name` string, required — Name of the option bank.
  - `options` object[], required
    - `label` string, required — Display name for the Option Bank
    - `value` string, required — Value for the Option Bank
    - `default` boolean — Default option

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
