Skip to main content
POST

Authorizations

X-DOMO-Developer-Token
string
header
required

Body

application/json

Text Embedding AI Service request.

Text Embedding AI Service Request.

input
string[]

The input text to embed.

model
string

The ID of the model to use for Text Embedding. The specified model must be configured for the Text Embedding AI Service by an Admin.

dimensions
integer<int32>
modelConfiguration
object

Additional model-specific configuration parameter key-value pairs.

requestId
string<uuid>

Response

EmbeddingAIResponse The generated embeddings and model token usage information.

embeddings
number<double>[][]
modelId
string
modelProviderUsage
object