EmbedBatchRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/EmbedBatchRequestBody.jsonmodelUuidstring
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"
}