---
title: "Set interview metadata"
method: POST
path: "/api/v2/interviews/{interview_id}/metadata"
tags: ["Interviews"]
---

# Set interview metadata

`POST /api/v2/interviews/{interview_id}/metadata`

Set or update metadata for a specific interview. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings.

## Path parameters

- `interview_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Request body

- MetadataRequest — Request body for setting metadata on a resource.
  - `metadata` object, required — Key-value pairs to set. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings.

## Response `200`

Successful Response

- SingleResponseMetadataResponse
  - `data` MetadataResponse, required — Response containing metadata for a resource.
    - `object` string, required — Object type identifier.
    - `metadata` object — Key-value metadata pairs.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Resource not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/revisions/a93ca9c2c777/schema)
