Skip to main content

EmbedBatchRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/EmbedBatchRequestBody.json
modelUuidstring

Model UUID (uses default embedding model if empty)

textsstring[]nullablerequired

Texts to embed

EmbedBatchRequestBody
{
"$schema": "https://example.com/schemas/EmbedBatchRequestBody.json",
"modelUuid": "string",
"texts": "Unknown Type: array,null"
}