{
"texts": [
"string"
]
}curl --location '/api/v1/agent/embeddings/routed' \
--header 'Content-Type: application/json' \
--data '{
"texts": [
"string"
]
}'{
"code": 0,
"message": "success",
"data": {
"embeddings": [
{
"vector": [
0
]
}
]
}
}