Skip to main content
POST

Authorizations

X-DOMO-Developer-Token
string
header
required

Body

application/json

Image Embedding AI Service request.

Text Embedding AI Service Request.

input
object[]

The input images to embed.

model
string

The ID of the model to use for Image Embedding. The specified model must be configured for the Image 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