# Embeddings

> SDK methods for the Embeddings module, accessed via `soat.embeddings`. See the [Embeddings module docs](/docs/modules/embeddings) for permissions and data model, and each method's REST page for the full request/response schema.

# Embeddings

SDK methods for the Embeddings module, accessed via `soat.embeddings`. See the [Embeddings module docs](/docs/modules/embeddings) for permissions and data model, and each method's REST page for the full request/response schema.

### `soat.embeddings.createEmbeddings()`

Create embeddings

- Method: `POST`
- Path: `/api/v1/embeddings`

```ts
await soat.embeddings.createEmbeddings({
  body: { /* + optional */ },
});
```

→ [Request & response schema](/docs/api/embeddings/create-embeddings)
