---
title: "Create embeddings"
method: POST
path: "/embeddings"
---

# Create embeddings

`POST /embeddings`

## Request body

- object
  - `model` string, required
  - `input` union, required
    - string
    - string[]
  - `encoding_format` 'float' | 'base64'

## Response `200`

Embedding response

---

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