---
title: "Get Document Metadata"
method: POST
path: "/api/v1/document/metadata"
tags: ["Documents"]
---

# Get Document Metadata

`POST /api/v1/document/metadata`

## Response `200`

Successful Response

- Metadata
  - `title` string — Title of the document
  - `description` string — Description of the document
  - `summary` string — Summary of the document
  - `keywords` string — Keywords of the document
  - `language` string — Language of the document

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/codegpt/apis/codegpt-api-beta.md) · [All operations](https://skmtc.dev/codegpt/apis/codegpt-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codegpt/codegpt-api-beta/revisions/0a70b3b0cec3/schema)
