EmbedRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/EmbedRequestBody.jsonmodelUuidstring
Model UUID (uses default embedding model if empty)
textstringrequired
Text to embed
EmbedRequestBody
{
"$schema": "https://example.com/schemas/EmbedRequestBody.json",
"modelUuid": "string",
"text": "string"
}