Embeddings
Create embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
post/v2/router/embeddings
Request body
Example request
{
"orq": {
"identity": {
"id": "contact_01ARZ3NDEKTSV4RRFFQ69G5FAV",
"display_name": "Jane Doe",
"email": "jane.doe@example.com",
"metadata": [
{
"department": "Engineering",
"role": "Senior Developer"
}
],
"logo_url": "https://example.com/avatars/jane-doe.jpg",
"tags": [
"hr",
"engineering"
]
}
}
}Response
Returns the embedding vector.