---
title: "POST /vocabulary"
method: POST
path: "/vocabulary"
tags: ["vocabularyController"]
---

# POST /vocabulary

`POST /vocabulary`

## Request body

- Newvocabulary — (tsType: Omit<vocabulary, >, schemaOptions: { title: 'Newvocabulary', exclude: [] })
  - `vocabulary_id` string
  - `vocabulary_name` string
  - `vocabulary_reference` string
  - `vocabulary_version` string
  - `vocabulary_concept_id` number

## Response `200`

vocabulary instance created

- Vocabulary
  - `vocabulary_id` string
  - `vocabulary_name` string
  - `vocabulary_reference` string
  - `vocabulary_version` string
  - `vocabulary_concept_id` number

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
