Skip to main content

EmbedRequestBody

$schemauri

A URL to the JSON Schema for this object.

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

Model UUID (uses default embedding model if empty)

textstringrequired

Text to embed

EmbedRequestBody
{
"$schema": "https://example.com/schemas/EmbedRequestBody.json",
"modelUuid": "string",
"text": "string"
}