---
title: "POST /entity-types/embeddings"
method: POST
path: "/entity-types/embeddings"
tags: ["Graph", "EntityType"]
---

# POST /entity-types/embeddings

`POST /entity-types/embeddings`

## Headers

- `X-Authenticated-User-Actor-Id` string, uuid, required

## Request body

- UpdateEntityTypeEmbeddingParams
  - `embedding` number[], required
  - `entityTypeId` string, uri, required — The versioned URL of a Block Protocol ontology type (the $id of the schema). It should be of the form `${baseUrl}v/${versionNumber}`
  - `reset` boolean, required
  - `updatedAtTransactionTime` string, date-time, required

## Response `204`

The embeddings were created

## Other responses

- `403` — Insufficient permissions to update the entity type
- `500` — Store error occurred

---

[API](https://skmtc.dev/hashintel/apis/graph.md) · [All operations](https://skmtc.dev/hashintel/apis/graph/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hashintel/graph/revisions/ba95e69ddba8/schema)
