---
title: "Create Dictionary From File"
method: POST
path: "/dictionaries/create-from-file"
tags: ["Apis", "Dictionaries"]
---

# Create Dictionary From File

`POST /dictionaries/create-from-file`

## Response `201`

Successful Response

- DictionaryCreated
  - `message` string — Human-readable feedback that communicates the outcome of the dictionary operation with actionable context for your application users. This message provides essential information about operation success, partial completion scenarios, or guidance for addressing any issues that occurred during processing.
  - `status` string — Standardized operation outcome indicator that enables programmatic response handling across all dictionary management workflows. This status field provides consistent, machine-readable confirmation of operation results, allowing your application logic to branch appropriately between success scenarios, partial completion cases, and error conditions.

## Other responses

- `206` — Successful Response
- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
